add support for sc03e
Change-Id: I96ffa3c17b1abd14b904a0682e53d049318daafa
diff --git a/Android.mk b/Android.mk
index 39c0e4f..a58ae4f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -16,7 +16,7 @@
LOCAL_PATH := $(call my-dir)
-ifneq ($(filter i9300 i9305 n7100 n8000 n8013 n8020 t0lte t0lteatt t0ltetmo i605 l900 r950 i925 n5100 n5110 n5120 lt013g lt01wifi lt01lte,$(TARGET_DEVICE)),)
+ifneq ($(filter i9300 i9305 n7100 n8000 n8013 n8020 t0lte t0lteatt t0ltetmo i605 l900 r950 i925 n5100 n5110 n5120 lt013g lt01wifi lt01lte sc03e,$(TARGET_DEVICE)),)
include $(call all-makefiles-under,$(LOCAL_PATH))
diff --git a/camera/Android.mk b/camera/Android.mk
index 0f54340..4fee220 100644
--- a/camera/Android.mk
+++ b/camera/Android.mk
@@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-ifneq ($(filter i9300 i9305 n7100 t0lte t0lteatt t0ltetmo i605 l900 r950,$(TARGET_DEVICE)),)
+ifneq ($(filter i9300 i9305 n7100 t0lte t0lteatt t0ltetmo i605 l900 r950 sc03e,$(TARGET_DEVICE)),)
LOCAL_PATH := $(call my-dir)
diff --git a/extract-files.sh b/extract-files.sh
index e380cb5..0a13904 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -93,7 +93,7 @@
LOCAL_PATH := \$(call my-dir)
-ifneq (\$(filter i9300 i9305 n7100 n8000 n8013 t0lte t0lteatt t0ltetmo i605 l900 r950,\$(TARGET_DEVICE)),)
+ifneq (\$(filter i9300 i9305 n7100 n8000 n8013 t0lte t0lteatt t0ltetmo i605 l900 r950 sc03e,\$(TARGET_DEVICE)),)
include \$(CLEAR_VARS)
LOCAL_MODULE := libTVOut