aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 3f1dab4..87e74db 100644
--- a/Android.bp
+++ b/Android.bp
@@ -31,6 +31,11 @@ cc_library_headers {
vendor_available: true,
host_supported: true,
export_include_dirs: ["."],
+ apex_available: [
+ "com.android.neuralnetworks",
+ "test_com.android.neuralnetworks",
+ "//apex_available:platform",
+ ],
}
subdirs = ["eight_bit_int_gemm"]