summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Filetto <matt.filetto@gmail.com>2017-01-09 04:30:22 -0800
committerMatt Filetto <matt.filetto@gmail.com>2017-01-09 04:30:22 -0800
commitf23a4c401df12f00f97b71b8c0b48752f36b50fd (patch)
tree578a7de76dc2d32d38b31dd959571bc865cd8ba9
parentf4a0094f4f2b378750a1574a95559853c6174cd4 (diff)
h918: missed a reference to h830
Change-Id: I82db6172cd58421b3b555e831ec17453957b6696 Signed-off-by: Matt Filetto <matt.filetto@gmail.com>
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index f6f0a47..f2e8fde 100644
--- a/Android.mk
+++ b/Android.mk
@@ -25,6 +25,6 @@
LOCAL_PATH := $(call my-dir)
-ifneq ($(filter h830,$(TARGET_DEVICE)),)
+ifneq ($(filter h918,$(TARGET_DEVICE)),)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif