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:
fbe65bb
)
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 03:50:39 +0000
(
03:50
+0000)
Change-Id: I5b397dd108da01137521d619829923a2684156c2
(cherry picked from commit
50d1e2bef2085b5ce464bfa8962ac2d1f27ee2ac
)
Android.mk
patch
|
blob
|
blame
|
history
diff --git
a/Android.mk
b/Android.mk
index 8a7b77cb38c2fc5bbf63ccc7f6008ec7a3460d9a..670a963afe5471a5981bd9a66931974b34ce190a 100644
(file)
--- a/
Android.mk
+++ b/
Android.mk
@@
-5,6
+5,7
@@
#
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))
@@
-20,3
+21,4
@@
$(VULKAN_SYMLINK): $(LOCAL_INSTALLED_MODULE)
ALL_DEFAULT_INSTALLED_MODULES += $(VULKAN_SYMLINK)
endif
+endif