projects
/
GitHub
/
LineageOS
/
G12
/
android_device_amlogic_g12-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3da3593
)
g12: Allow some SOCs to fall back to gx tree
author
Nolen Johnson
<johnsonnolen@gmail.com>
Tue, 23 Apr 2024 00:05:40 +0000
(20:05 -0400)
committer
Nolen Johnson
<johnsonnolen@gmail.com>
Tue, 23 Apr 2024 00:05:40 +0000
(20:05 -0400)
Change-Id: I5b397dd108da01137521d619829923a2684156c2
Android.mk
patch
|
blob
|
blame
|
history
diff --git
a/Android.mk
b/Android.mk
index 9977aca1a7eb118616f839dddb2d6e31c5c9c69a..854fd6f568eabf667b1c79fbe69bacd8cabdc67e 100644
(file)
--- 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