Merge "Export change id processor." into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d6503d5cfd
26
Android.bp
26
Android.bp
@@ -548,33 +548,9 @@ java_library {
|
||||
],
|
||||
}
|
||||
|
||||
java_library {
|
||||
name: "framework-annotation-proc",
|
||||
srcs: [
|
||||
":framework-all-sources",
|
||||
"core/java/**/*.logtags",
|
||||
],
|
||||
sdk_version: "core_platform",
|
||||
libs: [
|
||||
"app-compat-annotations",
|
||||
"ext",
|
||||
"unsupportedappusage",
|
||||
],
|
||||
|
||||
installable: false,
|
||||
plugins: [
|
||||
"compat-changeid-annotation-processor",
|
||||
],
|
||||
static_libs: [
|
||||
"framework-internal-utils",
|
||||
"exoplayer2-extractor",
|
||||
"android.hardware.wifi-V1.0-java-constants",
|
||||
]
|
||||
}
|
||||
|
||||
platform_compat_config {
|
||||
name: "framework-platform-compat-config",
|
||||
src: ":framework-annotation-proc",
|
||||
src: ":framework-minus-apex",
|
||||
}
|
||||
|
||||
// A temporary build target that is conditionally included on the bootclasspath if
|
||||
|
||||
@@ -81,10 +81,6 @@ java_library {
|
||||
"framework-tethering-stubs-module_libs_api",
|
||||
],
|
||||
|
||||
plugins: [
|
||||
"compat-changeid-annotation-processor",
|
||||
],
|
||||
|
||||
// Uncomment to enable output of certain warnings (deprecated, unchecked)
|
||||
//javacflags: ["-Xlint"],
|
||||
|
||||
|
||||
@@ -130,10 +130,6 @@ java_library_static {
|
||||
"netd_event_listener_interface-java",
|
||||
"overlayable_policy_aidl-java",
|
||||
],
|
||||
|
||||
plugins: [
|
||||
"compat-changeid-annotation-processor",
|
||||
],
|
||||
}
|
||||
|
||||
java_genrule {
|
||||
|
||||
@@ -13,8 +13,4 @@ java_library_static {
|
||||
"services.core",
|
||||
"app-compat-annotations",
|
||||
],
|
||||
|
||||
plugins: [
|
||||
"compat-changeid-annotation-processor",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user