summaryrefslogtreecommitdiffstats
path: root/config/common_full.mk
blob: ff22653a2a14a07561816d835619a2388e9135f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Inherit common CM stuff
$(call inherit-product, vendor/replicant/config/common.mk)

# Include CM audio files
include vendor/replicant/config/cm_audio.mk

ifeq ($(USE_OPENGL_RENDERER),true)
PRODUCT_PACKAGES += \
    Galaxy4 \
    HoloSpiralWallpaper \
    LiveWallpapers \
    LiveWallpapersPicker \
    MagicSmokeWallpapers
endif

PRODUCT_PACKAGES += \
    NoiseField \
    PhaseBeam \
    PhotoTable \
    SoundRecorder \
    PhotoPhase

# Extra tools in CM
PRODUCT_PACKAGES += \
    7z \
    bash \
    bzip2 \
    curl \
    powertop \
    unrar \
    unzip \
    vim \
    wget \
    zip