diff options
author | sbrissen <sbrissen@hotmail.com> | 2013-01-18 14:53:13 -0500 |
---|---|---|
committer | sbrissen <sbrissen@hotmail.com> | 2013-01-18 14:53:13 -0500 |
commit | 7c763e7fc56f369b42e6fd69743eb5a827bbc700 (patch) | |
tree | 4f53a7f55f44f37df17a0051c7be028bc5c57380 | |
parent | f6e43225a49d14848191804f38d56eeaa871074b (diff) | |
download | device_samsung_smdk4412-common-7c763e7fc56f369b42e6fd69743eb5a827bbc700.zip device_samsung_smdk4412-common-7c763e7fc56f369b42e6fd69743eb5a827bbc700.tar.gz device_samsung_smdk4412-common-7c763e7fc56f369b42e6fd69743eb5a827bbc700.tar.bz2 |
Add I605 and L900
Change-Id: Idaf08c0de063c1ea50bb9bc8a60cf1c29726c5cb
-rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter i9300 n7100 n8000 n8013 t0lte,$(TARGET_DEVICE)),) +ifneq ($(filter i9300 n7100 n8000 n8013 t0lte i605 l900,$(TARGET_DEVICE)),) include $(call all-makefiles-under,$(LOCAL_PATH)) |