From: Nolen Johnson Date: Tue, 23 Apr 2024 00:05:40 +0000 (-0400) Subject: g12: Allow some SOCs to fall back to gx tree X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=50d1e2bef2085b5ce464bfa8962ac2d1f27ee2ac;p=GitHub%2FLineageOS%2FG12%2Fandroid_device_amlogic_g12-common.git g12: Allow some SOCs to fall back to gx tree Change-Id: I5b397dd108da01137521d619829923a2684156c2 --- diff --git a/Android.mk b/Android.mk index 9977aca..854fd6f 100644 --- a/Android.mk +++ b/Android.mk @@ -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