aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrzemyslaw Szczepaniak <pszczepaniak@google.com>2020-02-10 13:32:14 +0000
committerPrzemyslaw Szczepaniak <pszczepaniak@google.com>2020-02-10 13:32:14 +0000
commit2a2cc70419c87eb0d9be20710cc6c09036912c6d (patch)
tree501cdee07080ab2087b30d71adf022d2c3e05ad1
parentcd5c038fbaba4a4f85c193f0b39af36c3e5d4528 (diff)
downloadfmtlib-2a2cc70419c87eb0d9be20710cc6c09036912c6d.tar.gz
Make fmtlib apex-available for com.android.neuralnetworks.
Test: coral-userdebug build Bug: 148593574 Change-Id: Ia8ff98de0d3fc2726f8ca1a8acb203bd53117bad
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0125311e..a4515ed6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,6 +32,11 @@ cc_library_static {
enabled: true,
},
},
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.neuralnetworks",
+ "test_com.android.neuralnetworks",
+ ],
}
cc_library_static {