summaryrefslogtreecommitdiff
path: root/api/Android.bp
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2020-12-29 12:27:11 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-12-29 12:27:11 +0000
commitb5048e482e7551b58465a50fb5afbd4580e6e4a5 (patch)
tree57c16343a6199e5c072e8adf30980a58cab3a63f /api/Android.bp
parent55e73cbf0b16e916960545d29383162474ce789e (diff)
parentf31935f2e9d9add460403a26f310e26236852563 (diff)
Merge "Unbundle ART API from android-non-updatable" am: 5a4fc1d6e1 am: a81a5f1bdb am: f31935f2e9
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1533282 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ibae612368c7cedd9812925f632bfbbf5e7c844d1
Diffstat (limited to 'api/Android.bp')
-rw-r--r--api/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/Android.bp b/api/Android.bp
index 9417030fc937..69f03b8d101c 100644
--- a/api/Android.bp
+++ b/api/Android.bp
@@ -28,6 +28,7 @@ genrule {
genrule {
name: "frameworks-base-api-current.txt",
srcs: [
+ ":art.module.public.api{.public.api.txt}",
":conscrypt.module.public.api{.public.api.txt}",
":framework-appsearch{.public.api.txt}",
":framework-graphics{.public.api.txt}",
@@ -66,6 +67,7 @@ genrule {
name: "frameworks-base-api-current.srcjar",
srcs: [
":api-stubs-docs-non-updatable",
+ ":art.module.public.api{.public.stubs.source}",
":conscrypt.module.public.api{.public.stubs.source}",
":framework-appsearch{.public.stubs.source}",
":framework-graphics{.public.stubs.source}",
@@ -87,6 +89,7 @@ genrule {
genrule {
name: "frameworks-base-api-removed.txt",
srcs: [
+ ":art.module.public.api{.public.removed-api.txt}",
":conscrypt.module.public.api{.public.removed-api.txt}",
":framework-appsearch{.public.removed-api.txt}",
":framework-graphics{.public.removed-api.txt}",