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