Initial Commit
This commit is contained in:
commit
d37ee06411
3 changed files with 11 additions and 0 deletions
2
product/AndroidProducts.mk
Normal file
2
product/AndroidProducts.mk
Normal file
|
@ -0,0 +1,2 @@
|
|||
PRODUCT_MAKEFILES := \
|
||||
$(LOCAL_DIR)/cyanogen_passion.mk \
|
8
product/cyanogen_passion.mk
Normal file
8
product/cyanogen_passion.mk
Normal file
|
@ -0,0 +1,8 @@
|
|||
$(call inherit-product, device/htc/passion/full_passion.mk)
|
||||
|
||||
PRODUCT_NAME := cyanogen_passion
|
||||
PRODUCT_BRAND := google
|
||||
PRODUCT_DEVICE := passion
|
||||
PRODUCT_MODEL := Nexus One
|
||||
PRODUCT_MANUFACTURER := HTC
|
||||
PRODUCT_POLICY := android.policy_phone
|
1
vendorsetup.sh
Normal file
1
vendorsetup.sh
Normal file
|
@ -0,0 +1 @@
|
|||
add_lunch_combo cyanogen_passion-eng
|
Loading…
Reference in a new issue