mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Add gts28velte and gts210velte to build guard
This commit is contained in:
parent
f7f672f6fb
commit
7e5c3cf247
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifneq ($(filter gts210vewifi gts28vewifi,$(TARGET_DEVICE)),)
|
||||
ifneq ($(filter gts210velte gts210vewifi gts28velte gts28vewifi,$(TARGET_DEVICE)),)
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ fi
|
|||
setup_vendor "$DEVICE_COMMON" "$VENDOR" "$CM_ROOT" "true" "$1"
|
||||
|
||||
# Copyright headers and guards
|
||||
write_headers "gts210vewifi gts28vewifi"
|
||||
write_headers "gts210velte gts210vewifi gts28velte gts28vewifi"
|
||||
|
||||
# The standard common blobs
|
||||
write_makefiles "$MY_DIR"/proprietary-files.txt
|
||||
|
|
Loading…
Reference in a new issue