summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Essick <essick@google.com>2022-02-09 11:30:26 -0800
committerRay Essick <essick@google.com>2022-02-09 11:30:26 -0800
commitaa927fdaaaff6e1b66a45f82e81dbd4581e93b04 (patch)
tree8434fa2b8904624906c3b9d061f1e0c8946f0975
parent60223039bff684432d616efd2b2cec9e31e6fc33 (diff)
downloadlibfmq-aa927fdaaaff6e1b66a45f82e81dbd4581e93b04.tar.gz
Make apex_available explicit
Move the implicit allowing by modules from a list in the build tools to explicit lines in the relevant module's Android.bp Bug: 215589022 Test: build Change-Id: I61dc900ce9c9fe5d40c296e63696c1dcc077c325
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5889a9c..d07df12 100644
--- a/Android.bp
+++ b/Android.bp
@@ -30,7 +30,9 @@ cc_library {
],
apex_available: [
"//apex_available:platform",
+ "com.android.media.swcodec",
"com.android.neuralnetworks",
+ "test_com.android.media.swcodec",
"test_com.android.neuralnetworks",
],
export_include_dirs: ["include"],