commit | 107c452265db1a54af615186b3e55f5e61c4c2b3 | [log] [tgz] |
---|---|---|
author | Ramji Jiyani <ramjiyani@google.com> | Sat Jan 22 20:24:15 2022 +0000 |
committer | Ramji Jiyani <ramjiyani@google.com> | Sat Jan 22 20:38:49 2022 +0000 |
tree | 5815843ffb1b3f12a6c07d3d30d6de0149444eaa | |
parent | 1a40ac361eacce38bc47f53e7ef5d634dc15cc7f [diff] |
core/Makefile: system_dlkm: Fix non avb dep typo $(MKFSEROFS) -> $(MKEROFS) in target dependency for INSTALLED_SYSTEM_DLKM_IMAGE_TARGET in case when AVB is not enabled. Bug: 200082547 Test: TH Test: atest vts_system_dlkm_partition_test Fixes: 1065523a5e66 ("Add support to build system_dlkm.img") Signed-off-by: Ramji Jiyani <ramjiyani@google.com> Change-Id: I03a4463b1fa01b95e706d623aa8a3888e37488d6
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.