Merge "Add a platform-compat-config to the framework services."
This commit is contained in:
@@ -244,6 +244,7 @@ java_library {
|
||||
required: [
|
||||
"framework-platform-compat-config",
|
||||
"libcore-platform-compat-config",
|
||||
"services-platform-compat-config",
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
@@ -37,6 +37,10 @@ java_library {
|
||||
"android.hidl.manager-V1.0-java",
|
||||
],
|
||||
|
||||
plugins: [
|
||||
"compat-changeid-annotation-processor",
|
||||
],
|
||||
|
||||
// Uncomment to enable output of certain warnings (deprecated, unchecked)
|
||||
//javacflags: ["-Xlint"],
|
||||
|
||||
@@ -50,3 +54,9 @@ cc_library_shared {
|
||||
defaults: ["libservices.core-libs"],
|
||||
whole_static_libs: ["libservices.core"],
|
||||
}
|
||||
|
||||
platform_compat_config {
|
||||
name: "services-platform-compat-config",
|
||||
prefix: "services",
|
||||
src: ":services",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user