Don't use framework and SDK at the same time
The configuration doesn't make sense and is error-prone as the availability of a private method in a class can change whether the class is part of the SDK or not. Bug: 227528906 Test: m Change-Id: Ie2c7bd984a7dd5c9847fa130280509f947e65d84
This commit is contained in:
@@ -33,7 +33,6 @@ android_test {
|
||||
libs: [
|
||||
"framework",
|
||||
],
|
||||
sdk_version: "current",
|
||||
platform_apis: true,
|
||||
test_suites: ["device-tests"],
|
||||
certificate: "platform",
|
||||
|
||||
Reference in New Issue
Block a user