diff options
-rw-r--r-- | framework/Android.bp | 2 | ||||
-rw-r--r-- | service/tests/wifitests/Android.bp | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/framework/Android.bp b/framework/Android.bp index 7d0ae97569..fe6fdce004 100644 --- a/framework/Android.bp +++ b/framework/Android.bp @@ -118,7 +118,7 @@ java_defaults { "aconfig-annotations-lib", // library for generated flag code read new storage "aconfig_storage_reader_java", - "framework-configinfrastructure", + "framework-configinfrastructure.stubs.module_lib", ], aidl: { generate_get_transaction_name: true, diff --git a/service/tests/wifitests/Android.bp b/service/tests/wifitests/Android.bp index 260393243b..bd82d8d7b9 100644 --- a/service/tests/wifitests/Android.bp +++ b/service/tests/wifitests/Android.bp @@ -59,9 +59,9 @@ android_test { // if sdk_version="" this gets automatically included, but here we need to add manually. "framework-res", - "android.test.runner", - "android.test.base", - "android.test.mock", + "android.test.runner.stubs", + "android.test.base.stubs", + "android.test.mock.stubs", // load the resources from the resources APK. "ServiceWifiResources", "auto_value_annotations", |