Merge "Add ro.force.debuggable=0 to ADDITIONAL_SYSTEM_PROPERTIES"
This commit is contained in:
commit
109f63823b
1 changed files with 3 additions and 0 deletions
|
@ -460,6 +460,9 @@ BUILD_WITHOUT_PV := true
|
|||
|
||||
ADDITIONAL_SYSTEM_PROPERTIES += net.bt.name=Android
|
||||
|
||||
# This property is set by flashing debug boot image, so default to false.
|
||||
ADDITIONAL_SYSTEM_PROPERTIES += ro.force.debuggable=0
|
||||
|
||||
# ------------------------------------------------------------
|
||||
# Define a function that, given a list of module tags, returns
|
||||
# non-empty if that module should be installed in /system.
|
||||
|
|
Loading…
Reference in a new issue