summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2013-09-14 05:27:34 +0300
committerGerrit Code Review <gerrit@cyanogenmod.org>2013-10-01 18:36:41 +0000
commita51c44fd38db95c333c2a33617bc2fb72bc51562 (patch)
tree0b8fa0e718b271c2838362530bfad3a408cf23cc
parent45e12d60e3612b970a6e65f3fbd9a78c563d8986 (diff)
downloadreplicant_build-a51c44fd38db95c333c2a33617bc2fb72bc51562.zip
replicant_build-a51c44fd38db95c333c2a33617bc2fb72bc51562.tar.gz
replicant_build-a51c44fd38db95c333c2a33617bc2fb72bc51562.tar.bz2
build: remove VideoEditor & live wallpapers from full_base
These are already defined in cm vendor and this change allows us to disable these packages on devices with limited storage Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: I271534547f821953a7b47d4810905143c9222aee
-rw-r--r--target/product/full_base.mk20
1 files changed, 0 insertions, 20 deletions
diff --git a/target/product/full_base.mk b/target/product/full_base.mk
index 2353fc4..3edb864 100644
--- a/target/product/full_base.mk
+++ b/target/product/full_base.mk
@@ -21,28 +21,8 @@
PRODUCT_PACKAGES := \
libfwdlockengine \
- VideoEditor \
WAPPushManager
-
-PRODUCT_PACKAGES += \
- libvideoeditor_jni \
- libvideoeditor_core \
- libvideoeditor_osal \
- libvideoeditor_videofilters \
- libvideoeditorplayer
-
-PRODUCT_PACKAGES += \
- Galaxy4 \
- HoloSpiralWallpaper \
- LiveWallpapers \
- LiveWallpapersPicker \
- MagicSmokeWallpapers \
- NoiseField \
- PhaseBeam \
- VisualizationWallpapers \
- PhotoTable
-
include $(SRC_TARGET_DIR)/product/emulator.mk
# Additional settings used in all AOSP builds