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