Skip to content
Snippets Groups Projects
Commit 1a945504 authored by atrost's avatar atrost
Browse files

Move android.compat.annotation package out of libcore

Test: m + flash
Bug: 142650523
Change-Id: I1321195c8724485a90b162b32c3c8549dbd11c42
parent 1a2b9406
No related branches found
No related tags found
No related merge requests found
......@@ -418,6 +418,7 @@ java_library {
name: "framework-minus-apex",
defaults: ["framework-defaults"],
srcs: [":framework-non-updatable-sources"],
libs: ["app-compat-annotations"],
installable: true,
javac_shard_size: 150,
required: [
......@@ -454,12 +455,14 @@ java_library {
defaults: ["framework-defaults"],
srcs: [":framework-all-sources"],
installable: false,
libs: ["app-compat-annotations"],
}
java_library {
name: "framework-annotation-proc",
defaults: ["framework-defaults"],
srcs: [":framework-all-sources"],
libs: ["app-compat-annotations"],
installable: false,
plugins: [
"unsupportedappusage-annotation-processor",
......@@ -500,6 +503,7 @@ java_library {
java_library {
name: "framework-atb-backward-compatibility",
installable: true,
libs: ["app-compat-annotations"],
srcs: [
"core/java/android/content/pm/AndroidTestBaseUpdater.java",
],
......
......@@ -31,6 +31,7 @@ java_library_static {
"android.hardware.light-V2.0-java",
"android.hardware.power-V1.0-java",
"android.hardware.tv.cec-V1.0-java",
"app-compat-annotations",
],
required: [
......
......@@ -4,5 +4,6 @@ java_library_static {
libs: [
"services.core",
"app-compat-annotations",
],
}
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment