config: Let mini be really minimal
Move some apps from common_mobile to common_full, so that devices inheriting from common_mini don't ship with all the apps. Example usecase: "tablet-like" device that inherits from common_mini_tablet_wifionly and has no camera support. Change-Id: I723e413b0e5b43fee9011c6b55dcbc303e811c44
This commit is contained in:
@@ -7,6 +7,20 @@ PRODUCT_SIZE := full
|
||||
$(call inherit-product-if-exists, external/google-fonts/lato/fonts.mk)
|
||||
$(call inherit-product-if-exists, external/google-fonts/rubik/fonts.mk)
|
||||
|
||||
# Apps
|
||||
PRODUCT_PACKAGES += \
|
||||
Aperture \
|
||||
Eleven \
|
||||
Etar \
|
||||
Profiles \
|
||||
Recorder \
|
||||
Seedvault
|
||||
|
||||
ifneq ($(TARGET_EXCLUDES_AUDIOFX),true)
|
||||
PRODUCT_PACKAGES += \
|
||||
AudioFX
|
||||
endif
|
||||
|
||||
# Extra cmdline tools
|
||||
PRODUCT_PACKAGES += \
|
||||
unrar \
|
||||
@@ -17,7 +31,3 @@ PRODUCT_PACKAGES += \
|
||||
fonts_customization.xml \
|
||||
FontLatoOverlay \
|
||||
FontRubikOverlay
|
||||
|
||||
# Recorder
|
||||
PRODUCT_PACKAGES += \
|
||||
Recorder
|
||||
|
@@ -14,19 +14,9 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||
|
||||
# Apps
|
||||
PRODUCT_PACKAGES += \
|
||||
Aperture \
|
||||
Backgrounds \
|
||||
Eleven \
|
||||
Etar \
|
||||
ExactCalculator \
|
||||
Jelly \
|
||||
Profiles \
|
||||
Seedvault
|
||||
|
||||
ifneq ($(TARGET_EXCLUDES_AUDIOFX),true)
|
||||
PRODUCT_PACKAGES += \
|
||||
AudioFX
|
||||
endif
|
||||
Jelly
|
||||
|
||||
ifeq ($(PRODUCT_TYPE), go)
|
||||
PRODUCT_PACKAGES += \
|
||||
|
Reference in New Issue
Block a user