aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Nissan <bennissan@google.com>2022-05-18 21:06:06 +0000
committerBen Nissan <bennissan@google.com>2022-05-18 21:06:09 +0000
commit7ac3fc14c91de2d0b7c91558d555263537e6b9f5 (patch)
tree6aeb2ad0fe30360489f9bfa43201722e959824ac
parent0da22af113df5604d00169b762c807ba327cadbc (diff)
downloadflatbuffers-7ac3fc14c91de2d0b7c91558d555263537e6b9f5.tar.gz
Add apex_available for AdServices
This CL enables apex availability for AdServices, which depends on this package via build targets being added in tflite-support. Test: m Bug: 228842813 Change-Id: I8be55ed9a3a556430223df69867df334e9b3aad4
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5fb3e608..7553d2a5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -59,6 +59,7 @@ cc_library_headers {
"com.android.neuralnetworks",
"test_com.android.neuralnetworks",
"com.android.extservices",
+ "com.android.adservices",
"//apex_available:platform",
],
}