diff options
author | Paul Duffin <paulduffin@google.com> | 2021-04-08 19:22:50 +0100 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2021-04-12 11:05:08 +0100 |
commit | 81af1f503c332638316e45e374105d9f05134fe1 (patch) | |
tree | 0ef3a73068c169539fc7a76899fbed857086a096 /api/Android.bp | |
parent | e4d95a9e15bfb14298999f785caed703fec943ad (diff) |
Move global hidden API flags generation to platform_bootclasspath
The global hidden API flags generation has moved from the singleton to
the platform_bootclasspath module type so this change provides the
paths to the additional hidden API flag configuration as part of the
definition of the platform-bootclasspath module.
Bug: 177892522
Test: verified that the out/soong/hiddenapi/... files are unchanged
by this change
Change-Id: Id82b45d2abd6ca2efcfd730689b1eda92d55978e
Diffstat (limited to 'api/Android.bp')
-rw-r--r-- | api/Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/api/Android.bp b/api/Android.bp index 485255f32537..6e83c083245a 100644 --- a/api/Android.bp +++ b/api/Android.bp @@ -308,6 +308,9 @@ genrule { genrule { name: "combined-removed-dex", + visibility: [ + "//frameworks/base/boot", + ], srcs: [ ":frameworks-base-api-removed.txt", ":frameworks-base-api-system-removed.txt", |