You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
605 B
22 lines
605 B
// Syntax: Blueprint
|
|
|
|
sysprop_config {
|
|
name: "acme_sysprops",
|
|
//sysprop_section: {
|
|
// // Must match module name
|
|
// name: "android.sysprop.ChargerProperties",
|
|
// Matches sysprop_library module name
|
|
charger_sysprop:
|
|
// No need to specify which section this
|
|
// "overrides" because sysprops have "owner".
|
|
// If desired, could be overriden by e.g.
|
|
//oem: true,
|
|
// for PRODUCT_OEM_PROPERTIES
|
|
props: {
|
|
// Can just re-use api_name
|
|
draw_split_screen: false,
|
|
enable_suspend: true,
|
|
},
|
|
},
|
|
}
|