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