summaryrefslogtreecommitdiff
path: root/api/Android.bp
diff options
context:
space:
mode:
authorRemi NGUYEN VAN <reminv@google.com>2021-01-28 13:37:03 +0900
committerRemi NGUYEN VAN <reminv@google.com>2021-02-26 19:23:25 +0900
commitc15d99e6ff30ea04fa5a4afcabaf8b03f4e2b6ae (patch)
tree5523b0f6d01b065e828ed825814a3109f2bd1023 /api/Android.bp
parentfcfec6bf2eb36033df829c0f546b3441077b2e96 (diff)
Split out the connectivity API surface
Split out connectivity APIs to connectivity module directories. This prepares future move of the connectivity code into a mainline module, but still keeps it implemented by framework-minus-apex for now: the API stubs are moved to framework-connectivity.stubs, but the implementation on device remains in the same place. This allows moving the connectivity code in/out of APEX with minimal changes. BYPASS_INCLUSIVE_LANGUAGE_REASON=Moving files, can't modify released API Bug: 171540887 Test: device boots, connectivity working Merged-In: I21c42f032efa6c10e36c749df3183ce9679303a7 (cherry-pick from internal branch with API files conflicts) Change-Id: I21c42f032efa6c10e36c749df3183ce9679303a7
Diffstat (limited to 'api/Android.bp')
-rw-r--r--api/Android.bp7
1 files changed, 7 insertions, 0 deletions
diff --git a/api/Android.bp b/api/Android.bp
index 4a641f3519eb..485255f32537 100644
--- a/api/Android.bp
+++ b/api/Android.bp
@@ -39,6 +39,7 @@ genrule {
":android.net.ipsec.ike{.public.api.txt}",
":art.module.public.api{.public.api.txt}",
":conscrypt.module.public.api{.public.api.txt}",
+ ":framework-connectivity{.public.api.txt}",
":framework-media{.public.api.txt}",
":framework-mediaprovider{.public.api.txt}",
":framework-permission{.public.api.txt}",
@@ -90,6 +91,7 @@ genrule {
":api-stubs-docs-non-updatable",
":art.module.public.api{.public.stubs.source}",
":conscrypt.module.public.api{.public.stubs.source}",
+ ":framework-connectivity{.public.stubs.source}",
":framework-media{.public.stubs.source}",
":framework-mediaprovider{.public.stubs.source}",
":framework-permission{.public.stubs.source}",
@@ -111,6 +113,7 @@ genrule {
":android.net.ipsec.ike{.public.removed-api.txt}",
":art.module.public.api{.public.removed-api.txt}",
":conscrypt.module.public.api{.public.removed-api.txt}",
+ ":framework-connectivity{.public.removed-api.txt}",
":framework-media{.public.removed-api.txt}",
":framework-mediaprovider{.public.removed-api.txt}",
":framework-permission{.public.removed-api.txt}",
@@ -142,6 +145,7 @@ genrule {
name: "frameworks-base-api-system-current.txt",
srcs: [
":android.net.ipsec.ike{.system.api.txt}",
+ ":framework-connectivity{.system.api.txt}",
":framework-media{.system.api.txt}",
":framework-mediaprovider{.system.api.txt}",
":framework-permission{.system.api.txt}",
@@ -191,6 +195,7 @@ genrule {
name: "frameworks-base-api-system-removed.txt",
srcs: [
":android.net.ipsec.ike{.system.removed-api.txt}",
+ ":framework-connectivity{.system.removed-api.txt}",
":framework-media{.system.removed-api.txt}",
":framework-mediaprovider{.system.removed-api.txt}",
":framework-permission{.system.removed-api.txt}",
@@ -222,6 +227,7 @@ genrule {
name: "frameworks-base-api-module-lib-current.txt",
srcs: [
":android.net.ipsec.ike{.module-lib.api.txt}",
+ ":framework-connectivity{.module-lib.api.txt}",
":framework-media{.module-lib.api.txt}",
":framework-mediaprovider{.module-lib.api.txt}",
":framework-permission{.module-lib.api.txt}",
@@ -273,6 +279,7 @@ genrule {
name: "frameworks-base-api-module-lib-removed.txt",
srcs: [
":android.net.ipsec.ike{.module-lib.removed-api.txt}",
+ ":framework-connectivity{.module-lib.removed-api.txt}",
":framework-media{.module-lib.removed-api.txt}",
":framework-mediaprovider{.module-lib.removed-api.txt}",
":framework-permission{.module-lib.removed-api.txt}",