aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-10-27 01:13:11 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-27 01:13:11 +0000
commit0c3b5277d0b866c805b5c1991d0ea3f11235b447 (patch)
tree6c35255dbb5f6eff0fe11cde2cb5772673d314da
parent7669a8f9e7b85770277cc0b8e6f5ebd062870838 (diff)
parenta8e5d06d9a374029a73e833170689f8a8e609b6c (diff)
downloadcommon-0c3b5277d0b866c805b5c1991d0ea3f11235b447.tar.gz
Merge "Include generic for target device." am: c2685cb55a am: 4fffc7849d
am: a8e5d06d9a Change-Id: I0e9e4d653cba98ca46f7596d9496c66779c1d4c6
-rw-r--r--vndk/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/vndk/Android.mk b/vndk/Android.mk
index 4ef78ba..2143431 100644
--- a/vndk/Android.mk
+++ b/vndk/Android.mk
@@ -1,4 +1,4 @@
-ifneq ($(filter generic_%,$(TARGET_DEVICE)),)
+ifneq ($(filter generic%,$(TARGET_DEVICE)),)
LOCAL_PATH := $(call my-dir)
@@ -44,4 +44,4 @@ LOCAL_MODULE_TAGS := optional
LOCAL_REQUIRED_MODULES := $(addsuffix .vndk-sp-gen,$(VNDK_SP_LIBRARIES))
include $(BUILD_PHONY_PACKAGE)
-endif # TARGET_DEVICE is generic_*
+endif # TARGET_DEVICE is generic*