aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Hoskins <grommish@gmail.com>2015-07-05 00:44:56 -0400
committerDonald Hoskins <grommish@gmail.com>2015-07-05 01:11:00 -0400
commitc4bfc7bced85fef249c2cc202cecbd8e118d3a19 (patch)
tree646c6841f6f5d51640db028db714f09d4213e951
parent7e0a8ccf1b843f6f5ab6fa23b49a4ab37b650c03 (diff)
msm8960-common: Add d2refreshspr to build barrier
d2refreshspr is the proper device name for the Galaxy S3 Triband (Spark) device. This is an effort to correct the mis-named d2bst device. Change-Id: Iaada549e49a1bc454fb9074e8001357960774a98
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 3230947..6369a44 100644
--- a/Android.mk
+++ b/Android.mk
@@ -24,7 +24,7 @@ LOCAL_PATH := $(call my-dir)
ifeq ($(BOARD_VENDOR),samsung)
ifeq ($(TARGET_BOARD_PLATFORM),msm8960)
-ifneq ($(filter apexqtmo d2att d2bst d2cri d2csp d2mtr d2spr d2tmo d2usc d2vzw espressovzw expressatt,$(TARGET_DEVICE)),)
+ifneq ($(filter apexqtmo d2att d2bst d2cri d2csp d2mtr d2refreshspr d2spr d2tmo d2usc d2vzw espressovzw expressatt,$(TARGET_DEVICE)),)
include $(call all-subdir-makefiles,$(LOCAL_PATH))
endif
endif