From 7594ad6de610aa88eaf3bc983822ca0f8b539b7a Mon Sep 17 00:00:00 2001
From: TheScarastic <warabhishek@gmail.com>
Date: Sat, 3 Mar 2018 18:31:41 +0530
Subject: [PATCH] msm8953-common: Support tissot

---
 Android.mk         | 2 +-
 setup-makefiles.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Android.mk b/Android.mk
index 50774bc..6604cfb 100644
--- a/Android.mk
+++ b/Android.mk
@@ -16,7 +16,7 @@
 
 LOCAL_PATH := $(call my-dir)
 
-ifneq ($(filter mido,$(TARGET_DEVICE)),)
+ifneq ($(filter mido tissot,$(TARGET_DEVICE)),)
 
 include $(call all-makefiles-under,$(LOCAL_PATH))
 
diff --git a/setup-makefiles.sh b/setup-makefiles.sh
index 05b3c3b..bddd699 100755
--- a/setup-makefiles.sh
+++ b/setup-makefiles.sh
@@ -37,7 +37,7 @@ fi
 setup_vendor "$DEVICE_COMMON" "$VENDOR" "$LINEAGE_ROOT" true
 
 # Copyright headers and guards
-write_headers "mido"
+write_headers "mido tissot"
 
 # The standard common blobs
 write_makefiles "$MY_DIR"/proprietary-files-qc.txt true
-- 
GitLab