From e4d44639cb1e0472addceccd85f17658bbdeabdc Mon Sep 17 00:00:00 2001 From: Mark White Date: Tue, 25 Jul 2023 23:02:43 +0000 Subject: [PATCH] Created empty framework-location non-updatable module Bug: 289776578 Test: CtsLocationCoarseTestCases CtsLocationFineTestCases CtsLocationGnssTestCases CtsLocationNoneTestCases CtsLocationPrivilegedTestCases Change-Id: Ia57b9f10c8f506877003adf1d9b6e7201654921b --- framework/Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/Android.bp b/framework/Android.bp index 813e296377..09a11e22e6 100644 --- a/framework/Android.bp +++ b/framework/Android.bp @@ -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", "net-utils-device-common", @@ -118,6 +119,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", ],