[vendor/rockchip/common] add ncm.ko for lte-lc6365

This commit is contained in:
Firefly
2016-08-22 11:46:34 +08:00
committed by cjp
parent 939be3a3e4
commit 59d9d28959
2 changed files with 9 additions and 2 deletions

View File

View File

@ -1,4 +1,3 @@
CUR_PATH := vendor/rockchip/common
#########################################################
@ -8,7 +7,8 @@ PRODUCT_COPY_FILES += \
$(CUR_PATH)/phone/etc/ppp/ip-down:system/etc/ppp/ip-down \
$(CUR_PATH)/phone/etc/ppp/ip-up:system/etc/ppp/ip-up \
$(CUR_PATH)/phone/etc/ppp/call-pppd:system/etc/ppp/call-pppd \
$(CUR_PATH)/phone/etc/operator_table:system/etc/operator_table
$(CUR_PATH)/phone/etc/operator_table:system/etc/operator_table \
$(CUR_PATH)/phone/lib/modules/lc_ltencm.ko:system/lib/modules/lc_ltencm.ko
ifneq ($(strip $(TARGET_BOARD_PLATFORM)), rk3188)
PRODUCT_COPY_FILES += \
$(CUR_PATH)/phone/bin/usb_modeswitch.sh:system/bin/usb_modeswitch.sh \
@ -21,6 +21,13 @@ PRODUCT_COPY_FILES += \
$(foreach file, $(modeswitch_files), \
$(CUR_PATH)/phone/etc/usb_modeswitch.d/$(file):system/etc/usb_modeswitch.d/$(file))
ifneq ($(strip $(PRODUCT_MODEM)), lc6365)
PRODUCT_COPY_FILES += \
$(CUR_PATH)/phone/bin/rild_lc6365:system/bin/rild \
$(CUR_PATH)/phone/lib/libreference-ril-lc6365.so:system/lib/libreference-ril.so \
$(CUR_PATH)/phone/lib/libril-lc6365.so:system/lib/libril.so
endif
PRODUCT_PACKAGES += \
rild \
chat