diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-06-10 20:21:04 +0200 |
---|---|---|
committer | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-06-10 20:22:03 +0200 |
commit | 745f2d24b7bef3124c9bc1b9ef0bb6951bda3dc6 (patch) | |
tree | 2cb2466ee03caf53410be324c82512592e79becb | |
parent | ddfc56bfd266354cc392530acace2eb9e5ae4e25 (diff) | |
download | device_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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |