amlogic: Add 5.4 socs to guard
authorVitaliy Tomin <highwaystar.ru@gmail.com>
Tue, 1 Aug 2023 04:24:03 +0000 (12:24 +0800)
committerVitaliy Tomin <highwaystar.ru@gmail.com>
Tue, 1 Aug 2023 04:24:03 +0000 (12:24 +0800)
* optee module code is same for 4.9 and 5.4

Change-Id: Ic1cd96a047b70f662cd7bb3c570bf351f4842deb

Android.mk

index 923e0df1aaeb0660149ca771b3042bdf4552db81..737d58b008ccaf35b4a98e02363c9c3d40ccbba1 100644 (file)
@@ -14,7 +14,7 @@
 # limitations under the License.
 #
 
-ifneq ($(filter g12a g12b sm1,$(TARGET_AMLOGIC_SOC)),)
+ifneq ($(filter g12a g12b sm1 s4 sc2 t7,$(TARGET_AMLOGIC_SOC)),)
 LOCAL_PATH := $(call my-dir)
 
 ifeq ($(TARGET_PREBUILT_KERNEL),)