resolve merge conflicts of 8e8c40b5c2 to master

Bug: None
Test: I solemnly swear I tested this conflict resolution.
Change-Id: Ia3ee4dce9639f9b66a44828f28c1fa7cd645dfe5
This commit is contained in:
atrost
2019-11-13 17:21:20 +00:00
4 changed files with 9 additions and 1 deletions

View File

@@ -425,6 +425,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: [
@@ -463,6 +464,7 @@ java_library {
defaults: ["framework-defaults"],
srcs: [":framework-all-sources"],
installable: false,
libs: ["app-compat-annotations"],
plugins: [
"unsupportedappusage-annotation-processor",
"compat-changeid-annotation-processor",
@@ -502,6 +504,7 @@ java_library {
java_library {
name: "framework-atb-backward-compatibility",
installable: true,
libs: ["app-compat-annotations"],
srcs: [
"core/java/android/content/pm/AndroidTestBaseUpdater.java",
],

View File

@@ -91,6 +91,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: [

View File

@@ -4,6 +4,7 @@ java_library_static {
libs: [
"services.core",
"app-compat-annotations",
],
plugins: [

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",