g12: Allow some SOCs to fall back to gx tree
authorNolen Johnson <johnsonnolen@gmail.com>
Tue, 23 Apr 2024 00:05:40 +0000 (20:05 -0400)
committerNolen Johnson <johnsonnolen@gmail.com>
Tue, 23 Apr 2024 00:05:40 +0000 (20:05 -0400)
Change-Id: I5b397dd108da01137521d619829923a2684156c2

Android.mk

index 9977aca1a7eb118616f839dddb2d6e31c5c9c69a..854fd6f568eabf667b1c79fbe69bacd8cabdc67e 100644 (file)
@@ -5,8 +5,10 @@
 #
 
 ifneq ($(filter g12a g12b sm1,$(TARGET_AMLOGIC_SOC)),)
+ifneq ($(TARGET_USES_P_MODULES),true)
 
 LOCAL_PATH := $(call my-dir)
 include $(call all-makefiles-under,$(LOCAL_PATH))
 
 endif
+endif