Merge "Include settings app compat config in the build."
This commit is contained in:
committed by
Android (Google) Code Review
commit
424b44c6d1
@@ -54,6 +54,7 @@ android_library {
|
|||||||
platform_compat_config {
|
platform_compat_config {
|
||||||
name: "settings-platform-compat-config",
|
name: "settings-platform-compat-config",
|
||||||
src: ":Settings-core",
|
src: ":Settings-core",
|
||||||
|
system_ext_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
android_app {
|
android_app {
|
||||||
@@ -62,7 +63,10 @@ android_app {
|
|||||||
certificate: "platform",
|
certificate: "platform",
|
||||||
system_ext_specific: true,
|
system_ext_specific: true,
|
||||||
privileged: true,
|
privileged: true,
|
||||||
required: ["privapp_whitelist_com.android.settings"],
|
required: [
|
||||||
|
"privapp_whitelist_com.android.settings",
|
||||||
|
"settings-platform-compat-config",
|
||||||
|
],
|
||||||
static_libs: ["Settings-core"],
|
static_libs: ["Settings-core"],
|
||||||
resource_dirs: [],
|
resource_dirs: [],
|
||||||
optimize: {
|
optimize: {
|
||||||
|
Reference in New Issue
Block a user