aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-04-28 17:10:45 +0900
committerJiyong Park <jiyong@google.com>2020-04-28 17:10:45 +0900
commitbd276cc1a6cfe7b67de2dbe161d40c22a3633f98 (patch)
tree88a2660d643420eb6e02f108e79e94ec22a3d336
parente2018dd204968c5ac554bd5909366aaa0ade5e0f (diff)
downloadlibutf-bd276cc1a6cfe7b67de2dbe161d40c22a3633f98.tar.gz
Set apex_available propertyandroid11-dev
The marked library(ies) were available to the APEXes via the hand-written whitelist in build/soong/apex/apex.go. Trying to remove the whitelist by adding apex_available property to the Android.bp of the libraries. Bug: 150999716 Test: m Change-Id: Ie2ed605bb4b3b8df804009eca15a171db096b6c9
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ccf4cee..23ab6be 100644
--- a/Android.bp
+++ b/Android.bp
@@ -37,4 +37,9 @@ cc_library_static {
},
},
sdk_version: "14",
+
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.extservices",
+ ],
}