diff options
author | Victor Chang <vichang@google.com> | 2021-05-12 10:47:16 +0100 |
---|---|---|
committer | Victor Chang <vichang@google.com> | 2021-05-20 09:08:24 +0000 |
commit | 9f5cdff6af1544975712cd51013de0319a50a2bf (patch) | |
tree | 4930af4a57c957426f515168fa6bfd1e0c56984f /api/Android.bp | |
parent | 8df7b875d421fa99236043f4f4ee13b95767d5b7 (diff) |
Add ART module-lib and system API to the collection
Bug: 157639992
Test: m update-api
Merged-In: Icae91fd724dd1f827a61e0a7a248fd1db8532e53
Change-Id: Icae91fd724dd1f827a61e0a7a248fd1db8532e53
(cherry picked from commit d21107a1e8be2a0c34de3ab5ff26c966f4989ce7)
Diffstat (limited to 'api/Android.bp')
-rw-r--r-- | api/Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/api/Android.bp b/api/Android.bp index b85dc4613981..db1f64c57e2c 100644 --- a/api/Android.bp +++ b/api/Android.bp @@ -161,6 +161,7 @@ genrule { genrule { name: "frameworks-base-api-system-current.txt", srcs: [ + ":art.module.public.api{.system.api.txt}", ":android.net.ipsec.ike{.system.api.txt}", ":framework-appsearch{.system.api.txt}", ":framework-connectivity{.system.api.txt}", @@ -215,6 +216,7 @@ genrule { genrule { name: "frameworks-base-api-system-removed.txt", srcs: [ + ":art.module.public.api{.system.removed-api.txt}", ":android.net.ipsec.ike{.system.removed-api.txt}", ":framework-appsearch{.system.removed-api.txt}", ":framework-connectivity{.system.removed-api.txt}", @@ -251,6 +253,7 @@ genrule { genrule { name: "frameworks-base-api-module-lib-current.txt", srcs: [ + ":art.module.public.api{.module-lib.api.txt}", ":android.net.ipsec.ike{.module-lib.api.txt}", ":framework-appsearch{.module-lib.api.txt}", ":framework-connectivity{.module-lib.api.txt}", @@ -307,6 +310,7 @@ genrule { genrule { name: "frameworks-base-api-module-lib-removed.txt", srcs: [ + ":art.module.public.api{.module-lib.removed-api.txt}", ":android.net.ipsec.ike{.module-lib.removed-api.txt}", ":framework-appsearch{.module-lib.removed-api.txt}", ":framework-connectivity{.module-lib.removed-api.txt}", |