aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ad2b8c5b0..7ccee6ce1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -17,6 +17,11 @@ cc_library_headers {
export_include_dirs: ["."],
vendor_available: true,
host_supported: true,
+ apex_available: [
+ "com.android.neuralnetworks",
+ "test_com.android.neuralnetworks",
+ "//apex_available:platform",
+ ],
}
subdirs = ["blas"]