commit | 13a4137929151fe1640b75870d14f721e4e9377f | [log] [tgz] |
---|---|---|
author | Ramji Jiyani <ramjiyani@google.com> | Thu Jan 27 07:05:08 2022 +0000 |
committer | Ramji Jiyani <ramjiyani@google.com> | Sun Jan 30 08:43:08 2022 +0000 |
tree | 42d6f139020a53dcda0e6b646d0dc707f821d7d7 | |
parent | afe22b9a74172a021cf97b2ba9e531087896c32c [diff] |
core & tools: system_dlkm: add dynamic partition Converts existing static partition support to a dynamic partition. Bug: 200082547 Test: TH Signed-off-by: Ramji Jiyani <ramjiyani@google.com> Change-Id: Ifd6d0c2a04e947b16f8b241e99cca594a1d315ae
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.