commit | 5dbe436f6a1519cbc3fe0fbd4b40fd15e7b3990d | [log] [tgz] |
---|---|---|
author | Alexander Koskovich <akoskovich@pm.me> | Mon Mar 18 15:37:41 2024 -0400 |
committer | sirrgb@proton.me <sirrgb@proton.me> | Wed Aug 21 20:30:05 2024 +0200 |
tree | 628e5702703ecb773b576209d00fe994a68105c5 | |
parent | e770111cbb601b8f6e6cee79f622a88febd05ca0 [diff] |
Allow installing fake [odm|product|system_ext] packages This is required to use the install_symlink module on these partitions. Test: Create install_symlink module on /system_ext Change-Id: I78e93c5df12bae8fc23b378a30d43bf6c0b67d53
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.