Add Torch and FM to leo
Change-Id: I0e898cf81c02656b95bf1d0e00df0c659c148070
This commit is contained in:
parent
4c9a2645da
commit
7ea276be03
1 changed files with 7 additions and 1 deletions
|
@ -23,7 +23,7 @@ PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/leo
|
|||
|
||||
# This file is used to install the enable RMNET and corresponding modules which dont get activated by normal module script
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/cyanogen/prebuilt/leo/etc/init.d/01modules:system/etc/init.d/01modules
|
||||
vendor/cyanogen/prebuilt/leo/etc/init.d/01modules:system/etc/init.d/01modules \
|
||||
|
||||
# Extra RIL settings
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
|
@ -31,6 +31,12 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
ro.ril.oem.nosim.ecclist=911,112,113,115,117,999,000,08,118,120,122,110,119,995 \
|
||||
ro.ril.emc.mode=2
|
||||
|
||||
# Add the Torch app
|
||||
PRODUCT_PACKAGES += Torch
|
||||
|
||||
# Broadcom FM radio
|
||||
$(call inherit-product, vendor/cyanogen/products/bcm_fm_radio.mk)
|
||||
|
||||
|
||||
#
|
||||
# Set ro.modversion
|
||||
|
|
Loading…
Reference in a new issue