From fc948d8675ef20d8e59ff1fa9b3ccddb9ee00aa2 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Thu, 17 Dec 2020 16:57:35 +0000 Subject: 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 --- api/Android.bp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'api/Android.bp') 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}", -- cgit v1.2.3-59-g8ed1b