Merge "Created empty framework-location non-updatable module" into main am: e695330a89

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/2727717

Change-Id: Ia9b084bcae91f9ddc633df7ad66b3961cb0e659d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Mark White
2023-08-31 17:08:31 +00:00
committed by Automerger Merge Worker

View File

@@ -80,6 +80,7 @@ java_defaults {
impl_only_libs: [
// TODO: figure out why just using "framework-tethering" uses the stubs, even though both
// framework-connectivity and framework-tethering are in the same APEX.
"framework-location.stubs.module_lib",
"framework-tethering.impl",
"framework-wifi.stubs.module_lib",
],
@@ -127,6 +128,7 @@ java_library {
// to generate the connectivity stubs. That would create a circular dependency
// because the tethering impl depend on the connectivity stubs (e.g.,
// TetheringRequest depends on LinkAddress).
"framework-location.stubs.module_lib",
"framework-tethering.impl",
"framework-wifi.stubs.module_lib",
],