Merge "Export change id processor." am: 3fa88993cd am: 21fa58c913
Change-Id: Ief144371a6f47dc0404630871d9f35f6a75810b1
This commit is contained in:
18
Android.bp
18
Android.bp
@@ -524,23 +524,9 @@ java_library {
|
||||
],
|
||||
}
|
||||
|
||||
java_library {
|
||||
name: "framework-annotation-proc",
|
||||
defaults: ["framework-defaults"],
|
||||
srcs: [":framework-all-sources"],
|
||||
libs: [
|
||||
"app-compat-annotations",
|
||||
"unsupportedappusage",
|
||||
],
|
||||
installable: false,
|
||||
plugins: [
|
||||
"compat-changeid-annotation-processor",
|
||||
],
|
||||
}
|
||||
|
||||
platform_compat_config {
|
||||
name: "framework-platform-compat-config",
|
||||
src: ":framework-annotation-proc",
|
||||
name: "framework-platform-compat-config",
|
||||
src: ":framework-minus-apex",
|
||||
}
|
||||
|
||||
// A temporary build target that is conditionally included on the bootclasspath if
|
||||
|
||||
@@ -75,10 +75,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"],
|
||||
|
||||
@@ -94,8 +90,8 @@ cc_library_shared {
|
||||
}
|
||||
|
||||
platform_compat_config {
|
||||
name: "services-platform-compat-config",
|
||||
src: ":services",
|
||||
name: "services-platform-compat-config",
|
||||
src: ":services",
|
||||
}
|
||||
|
||||
filegroup {
|
||||
|
||||
@@ -56,10 +56,6 @@ java_library_static {
|
||||
"dnsresolver_aidl_interface-V2-java",
|
||||
"netd_event_listener_interface-java",
|
||||
],
|
||||
|
||||
plugins: [
|
||||
"compat-changeid-annotation-processor",
|
||||
],
|
||||
}
|
||||
|
||||
java_genrule {
|
||||
|
||||
Reference in New Issue
Block a user