summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRashed Abdel-Tawab <rashed@linux.com>2017-03-26 15:58:18 -0400
committerDrgravy <drg113001@gmail.com>2017-04-07 20:59:32 -0500
commit4dbee3f3e60e9f3d39b8418407b335e75f197900 (patch)
treeb7bf1656aa6427c80b0c11bb971ee2ff804c64a7
parent50dc24a416f58784471036c10cc4e4ed86a39623 (diff)
msm8996: Add h872 to build guards
Change-Id: I60e27f810247e16590b51b1eff946f5b3e7fcf35
-rw-r--r--Android.mk2
-rwxr-xr-xsetup-makefiles.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 9b1bde9..430aff6 100644
--- a/Android.mk
+++ b/Android.mk
@@ -15,7 +15,7 @@
# limitations under the License.
#
-ifneq ($(filter g5 h830 h850 v20 h910 h918 us996 ls997 vs995 g6,$(TARGET_DEVICE)),)
+ifneq ($(filter g5 h830 h850 v20 h910 h918 us996 ls997 vs995 g6 h872,$(TARGET_DEVICE)),)
LOCAL_PATH := $(call my-dir)
diff --git a/setup-makefiles.sh b/setup-makefiles.sh
index cd259db..eceb63b 100755
--- a/setup-makefiles.sh
+++ b/setup-makefiles.sh
@@ -21,7 +21,7 @@ set -e
export INITIAL_COPYRIGHT_YEAR=2016
export G5_DEVICE_LIST="g5 h830 h850"
export V20_DEVICE_LIST="v20 h910 h918 us996 ls997 vs995"
-export G6_DEVICE_LIST="g6"
+export G6_DEVICE_LIST="g6 h872"
# Load extract_utils and do some sanity checks
MY_DIR="${BASH_SOURCE%/*}"
@@ -40,7 +40,7 @@ fi
setup_vendor "$PLATFORM_COMMON" "$VENDOR" "$CM_ROOT" true
# Copyright headers and common guards
-write_headers "$G5_DEVICE_LIST $V20_DEVICE_LIST"
+write_headers "$G5_DEVICE_LIST $V20_DEVICE_LIST $G6_DEVICE_LIST"
# The standard blobs
write_makefiles "$MY_DIR"/proprietary-files.txt