Allow userdebug builds (with adb in insecure mode)
This commit is contained in:
parent
edf52d932f
commit
38ae930a03
2 changed files with 3 additions and 0 deletions
|
@ -14,3 +14,5 @@ PRODUCT_COPY_FILES += \
|
|||
vendor/cyanogen/CHANGELOG:system/etc/CHANGELOG-CM.txt
|
||||
|
||||
PRODUCT_PACKAGE_OVERLAYS := vendor/cyanogen/overlay
|
||||
|
||||
ADDITIONAL_DEFAULT_PROPERTIES += ro.secure=0
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
add_lunch_combo cyanogen_passion-eng
|
||||
add_lunch_combo cyanogen_passion-userdebug
|
||||
|
|
Loading…
Reference in a new issue