aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-04-28 17:10:37 +0900
committerJiyong Park <jiyong@google.com>2020-04-28 17:10:37 +0900
commit149d81183c61eb9d9d8d6f0072850f3cd53de510 (patch)
tree33bd6a40953596e7ff243727e6fe640663333d46
parent1a5b54a88ee01033262fca88a1110a915c86654a (diff)
downloadlua-android11-dev.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: I7abed722266cbe04e862508a6ee7f745dd807e8f
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index cf2b253..ec224af 100644
--- a/Android.bp
+++ b/Android.bp
@@ -29,6 +29,11 @@ cc_library_static {
srcs: [
":liblua-sources"
],
+
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.extservices",
+ ],
}
filegroup {