Android->vendor:modify apps select

This commit is contained in:
cjp
2016-10-08 15:36:55 +08:00
parent e22ae2d6d8
commit 4fc4672eb4

View File

@ -3,17 +3,23 @@ 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 += \
MediaFloat \
GoogleEmail
endif
endif
ifeq ($(strip $(TARGET_BOARD_PLATFORM)), rk3288)
PRODUCT_PACKAGES += \
WinStartService \
projectX
WinStartService
endif
ifeq ($(strip $(TARGET_BOARD_PLATFORM)), rk3366)
@ -74,10 +80,15 @@ 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 \
RkMusic
RKGameControlSettingV1.0.1
endif
endif