Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
André Lam
android_vendor_lineage
Commits
37956286
Commit
37956286
authored
Feb 10, 2020
by
Kshitij Gupta
Committed by
Rashed Abdel-Tawab
Feb 22, 2020
Browse files
tasks: dtbo: Add support for custom dtbo generation rules
Change-Id: I27fdade5eb177a06795fee7cc19066ec161642d9
parent
835b4343
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/tasks/dtbo.mk
View file @
37956286
ifneq
($(TARGET_NO_KERNEL),true)
ifeq
($(strip $(BOARD_KERNEL_SEPARATED_DTBO)),true)
ifneq
($(BOARD_CUSTOM_DTBOIMG_MK),)
include
$(BOARD_CUSTOM_DTBOIMG_MK)
else
MKDTIMG
:=
$(HOST_OUT_EXECUTABLES)
/mkdtimg
$(HOST_EXECUTABLE_SUFFIX)
# Most specific paths must come first in possible_dtbo_dirs
...
...
@@ -21,5 +25,6 @@ endef
$(BOARD_PREBUILT_DTBOIMAGE)
:
$(MKDTIMG) $(INSTALLED_KERNEL_TARGET)
$
(
build-dtboimage-target
)
endif
# BOARD_CUSTOM_DTBOIMG_MK
endif
# BOARD_KERNEL_SEPARATED_DTBO
endif
# TARGET_NO_KERNEL
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment