Android->vendor:modify apps config

This commit is contained in:
cjp
2016-10-08 15:44:05 +08:00
parent 83589df77a
commit e6a87e2c3b

View File

@ -3,12 +3,6 @@ PRODUCT_PACKAGES += \
RkApkinstaller \
RKUpdateService
ifneq ($(strip $(BOARD_USE_LOW_MEM256)), true)
PRODUCT_PACKAGES += \
RkExpe \
userExperienceService
endif
ifneq ($(strip $(TARGET_BOARD_PLATFORM)), sofia3gr)
ifneq ($(strip $(BOARD_USE_LOW_MEM256)), true)
PRODUCT_PACKAGES += \
@ -80,15 +74,10 @@ endif
###########for box app ################
ifeq ($(strip $(TARGET_BOARD_PLATFORM_PRODUCT)), box)
PRODUCT_PACKAGES += \
AllApp \
ITVLauncher \
RkMusic \
Settings2
ifneq ($(strip $(BOARD_USE_LOW_MEM256)), true)
PRODUCT_PACKAGES += \
eHomeMediaCenter_box \
Launcher3 \
RKGameControlSettingV1.0.1 \
DualScreenApk \
RKGameControlSettingV1.0.1
endif
RkMusic
endif