use eng, not userdebug

This commit is contained in:
Koushik Dutta 2010-06-27 16:59:08 -07:00
parent 1b59d2864b
commit bfbd406bcd
2 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ PRODUCT_BRAND := cyanogen
PRODUCT_DEVICE := generic
# Use edify for otapackage
TARGET_OTA_SCRIPT_MODE = edify
PRODUCT_SPECIFIC_DEFINES += TARGET_OTA_SCRIPT_MODE=edify
# Add ROMManager build property
PRODUCT_PROPERTY_OVERRIDES += \
@ -24,4 +24,4 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGE_OVERLAYS := vendor/cyanogen/overlay
# Always run in insecure mode, enables root on user build variants
ADDITIONAL_DEFAULT_PROPERTIES += ro.secure=0
#ADDITIONAL_DEFAULT_PROPERTIES += ro.secure=0

View File

@ -1,4 +1,4 @@
add_lunch_combo cyanogen_passion-userdebug
add_lunch_combo cyanogen_incredible-userdebug
add_lunch_combo cyanogen_heroc-userdebug
add_lunch_combo cyanogen_sholes-userdebug
add_lunch_combo cyanogen_passion-eng
add_lunch_combo cyanogen_incredible-eng
add_lunch_combo cyanogen_heroc-eng
add_lunch_combo cyanogen_sholes-eng