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:
@@ -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