commit | 71f42846a3776694dd206c46e161e8a62a5be106 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Apr 08 22:37:56 2020 +0900 |
committer | Jiyong Park <jiyong@google.com> | Wed Apr 22 23:12:42 2020 +0900 |
tree | 8efdfc7008c14368f881c999feed44e3947b2aa0 | |
parent | 1b7599d91883bfdf359e46cc0ada7278eaf8e9ed [diff] [blame] |
Set apex_available property 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 Merged-In: I11a4e877ee27f7c55e2f00371c6fa58daedb1a9f Change-Id: I11a4e877ee27f7c55e2f00371c6fa58daedb1a9f
diff --git a/cc/libbuildversion/Android.bp b/cc/libbuildversion/Android.bp index 825b920..b63338d 100644 --- a/cc/libbuildversion/Android.bp +++ b/cc/libbuildversion/Android.bp
@@ -10,4 +10,8 @@ enabled: true, }, }, + apex_available: [ + "//apex_available:platform", + "//apex_available:anyapex", + ], }