Set use_resource_processor for Settings tests

Bug: 293810334
Test: unit test
Test: robo test
Change-Id: Ibc1756f4f1f943ee6aa8ebb4dda930684d93ae07
This commit is contained in:
Chaohui Wang
2023-09-08 12:13:35 +08:00
parent fde9937b04
commit 81d99646e9
2 changed files with 2 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ android_test {
srcs: [
"src/**/*.kt",
],
use_resource_processor: true,
static_libs: [
"Settings-core",
"SpaLibTestUtils",

View File

@@ -25,8 +25,6 @@ android_test {
"androidx.test.core",
"androidx.test.rules",
"androidx.test.espresso.core",
"androidx.test.espresso.contrib-nodeps",
"androidx.test.espresso.intents-nodeps",
"androidx.test.ext.junit",
"androidx.preference_preference",
"mockito-target-minus-junit4",
@@ -46,7 +44,7 @@ android_test {
"src/**/*.java",
"src/**/*.kt",
],
use_resource_processor: true,
platform_apis: true,
test_suites: ["device-tests"],