Loading core/build-system.html +1 −0 Original line number Diff line number Diff line Loading @@ -270,6 +270,7 @@ for these). <li>Installs non-APK modules that have no tags specified. <li>Installs APKs according to the product definition files; tags are ignored for APK modules. <li><code>ro.adb.secure=1</code> <li><code>ro.secure=1</code> <li><code>ro.debuggable=0</code> <li><code>adb</code> is disabled by default. Loading core/main.mk +4 −0 Original line number Diff line number Diff line Loading @@ -365,6 +365,10 @@ ifneq (,$(user_variant)) # Target is secure in user builds. ADDITIONAL_DEFAULT_PROPERTIES += ro.secure=1 ifeq ($(user_variant),user) ADDITIONAL_DEFAULT_PROPERTIES += ro.adb.secure=1 endif ifeq ($(user_variant),userdebug) # Pick up some extra useful tools tags_to_install += debug Loading Loading
core/build-system.html +1 −0 Original line number Diff line number Diff line Loading @@ -270,6 +270,7 @@ for these). <li>Installs non-APK modules that have no tags specified. <li>Installs APKs according to the product definition files; tags are ignored for APK modules. <li><code>ro.adb.secure=1</code> <li><code>ro.secure=1</code> <li><code>ro.debuggable=0</code> <li><code>adb</code> is disabled by default. Loading
core/main.mk +4 −0 Original line number Diff line number Diff line Loading @@ -365,6 +365,10 @@ ifneq (,$(user_variant)) # Target is secure in user builds. ADDITIONAL_DEFAULT_PROPERTIES += ro.secure=1 ifeq ($(user_variant),user) ADDITIONAL_DEFAULT_PROPERTIES += ro.adb.secure=1 endif ifeq ($(user_variant),userdebug) # Pick up some extra useful tools tags_to_install += debug Loading