diff --git a/vendor/rockchip/common/apps/apps.mk b/vendor/rockchip/common/apps/apps.mk index 5839367807..c23b0d8f50 100755 --- a/vendor/rockchip/common/apps/apps.mk +++ b/vendor/rockchip/common/apps/apps.mk @@ -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