Android->vendor:modify apps config
This commit is contained in:
17
vendor/rockchip/common/apps/apps.mk
vendored
17
vendor/rockchip/common/apps/apps.mk
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user