3
0
Fork 0

Add a new device: sc02c

Change-Id: Ia125e797ea0bd6e673f3d53e3bdbee73d1cb3567
This commit is contained in:
173210 2015-04-13 19:36:26 +09:00
parent 0b00c7715c
commit 6069b629fa
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
# limitations under the License. # limitations under the License.
# #
ifneq ($(filter d710 i777 i9100 n7000 r760,$(TARGET_DEVICE)),) ifneq ($(filter d710 i777 i9100 sc02c n7000 r760,$(TARGET_DEVICE)),)
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
include $(call all-makefiles-under,$(LOCAL_PATH)) include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@ -89,7 +89,7 @@ done
LOCAL_PATH := \$(call my-dir) LOCAL_PATH := \$(call my-dir)
ifneq (\$(filter i777 i9100 n7000,\$(TARGET_DEVICE)),) ifneq (\$(filter i777 i9100 sc02c n7000,\$(TARGET_DEVICE)),)
include \$(CLEAR_VARS) include \$(CLEAR_VARS)
LOCAL_MODULE := libUMP LOCAL_MODULE := libUMP