summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk50
1 files changed, 10 insertions, 40 deletions
diff --git a/common.mk b/common.mk
index 38418f0..25ae831 100644
--- a/common.mk
+++ b/common.mk
@@ -39,9 +39,7 @@ PRODUCT_COPY_FILES += \
$(COMMON_PATH)/configs/audio_policy.conf:system/etc/audio_policy.conf \
$(COMMON_PATH)/audio/silence.wav:system/etc/sound/silence.wav
-# Camera FW
-PRODUCT_COPY_FILES += \
- $(COMMON_PATH)/configs/80cfw:system/etc/init.d/80cfw
+# Bluetooth configuration files
# Netflix hack
PRODUCT_COPY_FILES += \
@@ -67,8 +65,9 @@ PRODUCT_PACKAGES := \
audio.primary.smdk4x12 \
audio.r_submix.default \
audio.usb.default \
+ camera.smdk4x12 \
+ Camera \
com.android.future.usb.accessory \
- gralloc.exynos4 \
hwcomposer.exynos4 \
libfimg \
libnetcmdiface \
@@ -84,6 +83,11 @@ PRODUCT_PACKAGES += \
Torch
endif
+# Charger
+PRODUCT_PACKAGES += \
+ charger \
+ charger_res_images
+
# MFC API
PRODUCT_PACKAGES += \
libsecmfcdecapi \
@@ -113,31 +117,6 @@ PRODUCT_PACKAGES += \
make_ext4fs \
setup_fs
-# Live Wallpapers
-PRODUCT_PACKAGES += \
- Galaxy4 \
- HoloSpiralWallpaper \
- LiveWallpapers \
- LiveWallpapersPicker \
- MagicSmokeWallpapers \
- NoiseField \
- PhaseBeam \
- VisualizationWallpapers \
- librs_jni
-
-
-# Wifi
-PRODUCT_PACKAGES += \
- libwpa_client \
- hostapd \
- dhcpcd.conf \
- wpa_supplicant \
- wpa_supplicant.conf
-
-# Charger
-PRODUCT_PACKAGES += \
- charger_res_images
-
# These are the hardware-specific features
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.audio.low_latency.xml:system/etc/permissions/android.hardware.audio.low_latency.xml \
@@ -163,15 +142,6 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \
frameworks/native/data/etc/android.software.sip.xml:system/etc/permissions/android.software.sip.xml
-# Feature live wallpaper
-PRODUCT_COPY_FILES += \
- packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:system/etc/permissions/android.software.live_wallpaper.xml
-
-# Keylayouts
-PRODUCT_COPY_FILES += \
- $(LOCAL_PATH)/configs/excluded-input-devices.xml:system/etc/excluded-input-devices.xml
-
-# Graphics
PRODUCT_PROPERTY_OVERRIDES += \
ro.zygote.disable_gl_preload=1 \
ro.opengles.version=131072 \
@@ -187,5 +157,5 @@ TARGET_HAL_PATH := hardware/samsung/exynos4/hal
TARGET_OMX_PATH := hardware/samsung/exynos/multimedia/openmax
$(call inherit-product, hardware/samsung/exynos4x12.mk)
-# Include non-opensource parts
-$(call inherit-product, vendor/samsung/smdk4412-common/common-vendor.mk)
+# Include non-opensource parts if available
+$(call inherit-product-if-exists, vendor/samsung/smdk4412-common/common-vendor.mk)