diff options
author | codeworkx <codeworkx@cyanogenmod.com> | 2012-11-11 13:39:43 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.com> | 2012-11-11 13:39:43 +0100 |
commit | 344ed8be5378d42ab20f5fc6b6a9d302fe01a348 (patch) | |
tree | 37077320085b0be3d3d2f2829ef0c10193d299a6 | |
parent | b72eaabbb4822d0fab6cc2523459e6134de80cbc (diff) | |
download | device_samsung_smdk4412-common-344ed8be5378d42ab20f5fc6b6a9d302fe01a348.zip device_samsung_smdk4412-common-344ed8be5378d42ab20f5fc6b6a9d302fe01a348.tar.gz device_samsung_smdk4412-common-344ed8be5378d42ab20f5fc6b6a9d302fe01a348.tar.bz2 |
add n8000 and n8013
-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,$(TARGET_DEVICE)),) +ifneq ($(filter i9300 n7100 n8000 n8013,$(TARGET_DEVICE)),) include $(call all-makefiles-under,$(LOCAL_PATH)) |