Add CMPartsHelper

This commit is contained in:
Jef Oliver 2010-08-06 01:25:18 -06:00
parent ce028b8941
commit db85db22a7

View File

@ -47,6 +47,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
# CyanogenMod specific product packages # CyanogenMod specific product packages
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
CMParts \ CMParts \
CMPartsHelper \
Superuser Superuser
# Copy over the changelog to the device # Copy over the changelog to the device
@ -84,7 +85,7 @@ PRODUCT_COPY_FILES += \
#PRODUCT_COPY_FILES += \ #PRODUCT_COPY_FILES += \
# vendor/cyanogen/prebuilt/common/etc/init.d/05mountsd:system/etc/init.d/05mountsd \ # vendor/cyanogen/prebuilt/common/etc/init.d/05mountsd:system/etc/init.d/05mountsd \
# vendor/cyanogen/prebuilt/common/etc/init.d/10apps2sd:system/etc/init.d/10apps2sd # vendor/cyanogen/prebuilt/common/etc/init.d/10apps2sd:system/etc/init.d/10apps2sd
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
vendor/cyanogen/proprietary/RomManager.apk:system/app/RomManager.apk \ vendor/cyanogen/proprietary/RomManager.apk:system/app/RomManager.apk \