summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Victor Chang <vichang@google.com> 2021-05-12 10:47:16 +0100
committer Victor Chang <vichang@google.com> 2021-05-18 14:56:05 +0100
commitd21107a1e8be2a0c34de3ab5ff26c966f4989ce7 (patch)
tree7576110c276e7ee9d85209c3e0051f15b33443e1
parente01bb41ad7bfe961a575f5edf8de23ad7079fc36 (diff)
Add ART module-lib and system API to the collection
Bug: 157639992 Test: m update-api Change-Id: Icae91fd724dd1f827a61e0a7a248fd1db8532e53
-rw-r--r--StubLibraries.bp2
-rw-r--r--api/Android.bp4
2 files changed, 5 insertions, 1 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp
index 10d64fc0ec7a..6f66c43caabb 100644
--- a/StubLibraries.bp
+++ b/StubLibraries.bp
@@ -314,7 +314,7 @@ modules_public_stubs = [
modules_system_stubs = [
"android.net.ipsec.ike.stubs.system",
- "art.module.public.api.stubs", // Only has public stubs
+ "art.module.public.api.stubs.system",
"conscrypt.module.public.api.stubs", // Only has public stubs
"framework-connectivity.stubs.system",
"framework-media.stubs.system",
diff --git a/api/Android.bp b/api/Android.bp
index 2df31ecb7715..865fb46c7f8d 100644
--- a/api/Android.bp
+++ b/api/Android.bp
@@ -144,6 +144,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-connectivity{.system.api.txt}",
":framework-media{.system.api.txt}",
@@ -194,6 +195,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-connectivity{.system.removed-api.txt}",
":framework-media{.system.removed-api.txt}",
@@ -226,6 +228,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-connectivity{.module-lib.api.txt}",
":framework-media{.module-lib.api.txt}",
@@ -278,6 +281,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-connectivity{.module-lib.removed-api.txt}",
":framework-media{.module-lib.removed-api.txt}",