summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-06-10 20:21:04 +0200
committerDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-06-10 20:22:03 +0200
commit745f2d24b7bef3124c9bc1b9ef0bb6951bda3dc6 (patch)
tree2cb2466ee03caf53410be324c82512592e79becb
parentddfc56bfd266354cc392530acace2eb9e5ae4e25 (diff)
downloaddevice_samsung_p3110-745f2d24b7bef3124c9bc1b9ef0bb6951bda3dc6.zip
device_samsung_p3110-745f2d24b7bef3124c9bc1b9ef0bb6951bda3dc6.tar.gz
device_samsung_p3110-745f2d24b7bef3124c9bc1b9ef0bb6951bda3dc6.tar.bz2
p3110: add DeviceSettings
Change-Id: Icca170dde42f6e141fa45d6f3206ab8dcc8b30bc
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 0dfbf05..97ecb65 100644
--- a/Android.mk
+++ b/Android.mk
@@ -24,7 +24,7 @@ LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),p3110)
-COMMON_P31XX_DIRS := audio camerawrapper liblights
+COMMON_P31XX_DIRS := audio camerawrapper DeviceSettings liblights
include $(foreach common_dirs,$(COMMON_P31XX_DIRS),device/samsung/p3100/$(common_dirs)/Android.mk)
endif