Merge "Upload platform compat config generated from framework target." am: d7345e923a am: 01a10679ac

am: f74bce37de

Change-Id: I520af7d8c3f8325d223ff7021eb12e476b37b93a
This commit is contained in:
Anna Trostanetski
2019-08-08 04:53:45 -07:00
committed by android-build-merger

View File

@@ -832,14 +832,26 @@ java_library {
name: "framework",
defaults: ["framework-defaults"],
javac_shard_size: 150,
required: [
"framework-platform-compat-config",
"libcore-platform-compat-config",
],
}
java_library {
name: "framework-annotation-proc",
defaults: ["framework-defaults"],
installable: false,
// Use UsedByApps annotation processor
plugins: ["unsupportedappusage-annotation-processor"],
plugins: [
"unsupportedappusage-annotation-processor",
"compat-changeid-annotation-processor",
],
}
platform_compat_config {
name: "framework-platform-compat-config",
prefix: "framework",
src: ":framework-annotation-proc",
}
// A library including just UnsupportedAppUsage.java classes.