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

This commit is contained in:
Mark White
2023-08-31 16:00:53 +00:00
committed by Gerrit Code Review

View File

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