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:
Jiyong Park
2022-04-05 15:26:42 +09:00
parent 00c67a2569
commit 91dd558f42

View File

@@ -33,7 +33,6 @@ android_test {
libs: [
"framework",
],
sdk_version: "current",
platform_apis: true,
test_suites: ["device-tests"],
certificate: "platform",