summaryrefslogtreecommitdiff
path: root/StubLibraries.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-25 11:01:24 +0900
commit9f223cb0b41d6b2c5a526ab144ce23454cf41051 (patch)
tree536518bcd8a00e103c356986deaea436fe3eca06 /StubLibraries.bp
parent3ea9673b742f8223ab225d9fe93265642c0d146a (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 Change-Id: I21c42f032efa6c10e36c749df3183ce9679303a7
Diffstat (limited to 'StubLibraries.bp')
-rw-r--r--StubLibraries.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp
index 4bd524f229ca..bff222e7d42f 100644
--- a/StubLibraries.bp
+++ b/StubLibraries.bp
@@ -58,6 +58,9 @@ stubs_defaults {
local_include_dirs: [
"apex/media/aidl/stable",
"media/aidl",
+ // TODO: move to include-dirs for packages/modules/Connectivity when this moves out of
+ // frameworks/base
+ "packages/Connectivity/framework/aidl-export",
"telephony/java",
],
include_dirs: ["frameworks/av/aidl"],
@@ -310,6 +313,7 @@ java_library_static {
"art.module.public.api.stubs",
"conscrypt.module.public.api.stubs",
"framework-appsearch.stubs",
+ "framework-connectivity.stubs",
"framework-graphics.stubs",
"framework-media.stubs",
"framework-mediaprovider.stubs",
@@ -334,6 +338,7 @@ java_library_static {
"art.module.public.api.stubs",
"conscrypt.module.public.api.stubs",
"framework-appsearch.stubs.system",
+ "framework-connectivity.stubs.system",
"framework-graphics.stubs.system",
"framework-media.stubs.system",
"framework-mediaprovider.stubs.system",
@@ -374,6 +379,7 @@ java_library_static {
"art.module.public.api.stubs",
"conscrypt.module.public.api.stubs",
"framework-appsearch.stubs.system",
+ "framework-connectivity.stubs.system",
"framework-graphics.stubs.system",
"framework-media.stubs.system",
"framework-mediaprovider.stubs.system",