From f0212476e19b6d5939e7f142b8d2d6a222fd71b1 Mon Sep 17 00:00:00 2001 From: Jens Reidel Date: Thu, 14 Mar 2024 21:00:54 +0100 Subject: [PATCH] sm8450-common: Add support for thor Signed-off-by: Jens Reidel --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index d1747e9..8bc83d5 100644 --- a/Android.mk +++ b/Android.mk @@ -4,6 +4,6 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter cupid marble mayfly mondrian unicorn zeus,$(TARGET_DEVICE)),) +ifneq ($(filter cupid marble mayfly mondrian thor unicorn zeus,$(TARGET_DEVICE)),) endif