diff --git a/product/common.mk b/product/common.mk index a3032195..a496a322 100644 --- a/product/common.mk +++ b/product/common.mk @@ -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 diff --git a/vendorsetup.sh b/vendorsetup.sh index cc197926..4a3d938e 100644 --- a/vendorsetup.sh +++ b/vendorsetup.sh @@ -1 +1,2 @@ add_lunch_combo cyanogen_passion-eng +add_lunch_combo cyanogen_passion-userdebug