projects
/
GitHub
/
LineageOS
/
G12
/
android_hardware_amlogic_kernel-modules_media.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ef39a0
)
Allow g12b to opt-out of using this
author
Nolen Johnson
<johnsonnolen@gmail.com>
Tue, 23 Apr 2024 00:01:22 +0000
(20:01 -0400)
committer
Nolen Johnson
<johnsonnolen@gmail.com>
Tue, 23 Apr 2024 00:01:22 +0000
(20:01 -0400)
Change-Id: Iaceeaeece176c49f6a031e4f3217bed8bff72334
Android.mk
patch
|
blob
|
blame
|
history
diff --git
a/Android.mk
b/Android.mk
index e3071634bc7f7c43d6b7e5b9b982d76a15b2bd20..0911819e613272bb992542e669ceb5c1399f3911 100644
(file)
--- a/
Android.mk
+++ b/
Android.mk
@@
-15,6
+15,7
@@
#
ifneq ($(filter g12a g12b sm1,$(TARGET_AMLOGIC_SOC)),)
+ifneq ($(TARGET_USES_P_MODULES),true)
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_PREBUILT_KERNEL),)
@@
-68,3
+69,4
@@
$(_media_ko): $(KERNEL_OUT)/arch/$(KERNEL_ARCH)/boot/$(BOARD_KERNEL_IMAGE_NAME)
include $(BUILD_SYSTEM)/base_rules.mk
endif
endif
+endif