summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2020-12-17 16:57:35 +0000
committerAnton Hansson <hansson@google.com>2020-12-23 14:51:17 +0000
commitfc948d8675ef20d8e59ff1fa9b3ccddb9ee00aa2 (patch)
tree115f1e182a4818dd570263f7b636d49cfde8d86a /api
parentf435d200b7d1ed1742eba36194da71abdfcaa19f (diff)
downloadbase-fc948d8675ef20d8e59ff1fa9b3ccddb9ee00aa2.tar.gz
Unbundle ART API from android-non-updatable
Stop tracking the ART APIs in the non-updatable current.txt, and instead add in the txt/srcjar/jar files produced by the art module's java_sdk_library. Bug: 173606718 Test: manual last_released check of merged api txt (b/174847574 to automate) Change-Id: I446a381f2b364a114ce391b99a13742d6769f14d
Diffstat (limited to 'api')
-rw-r--r--api/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/Android.bp b/api/Android.bp
index f11cd4966f88..9a157b8a0578 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-media{.public.api.txt}",
":framework-mediaprovider{.public.api.txt}",
@@ -64,6 +65,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-media{.public.stubs.source}",
":framework-mediaprovider{.public.stubs.source}",
@@ -83,6 +85,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-media{.public.removed-api.txt}",
":framework-mediaprovider{.public.removed-api.txt}",