Move android.compat.annotation package out of libcore

Test: m + flash
Bug: 142650523
Change-Id: I1321195c8724485a90b162b32c3c8549dbd11c42
This commit is contained in:
atrost
2019-11-04 17:03:54 +00:00
parent 1a2b940646
commit 1a9455046c
4 changed files with 10 additions and 1 deletions

View File

@@ -27,7 +27,10 @@ java_sdk_library {
":framework-core-sources-for-test-mock",
":framework_native_aidl",
],
libs: ["framework-all"],
libs: [
"framework-all",
"app-compat-annotations",
],
api_packages: [
"android.test.mock",