commit | 3c7d3b34982112f85bceb28314ae46e2131d18f3 | [log] [tgz] |
---|---|---|
author | Ulyana Trafimovich <skvadrik@google.com> | Mon Nov 29 12:41:22 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Nov 29 12:41:22 2021 +0000 |
tree | 4b5662120136288a2c87bff0920f5149df9fd171 | |
parent | 9bd36d23cfc4b04ea1891e1ca04cd141cce504e1 [diff] | |
parent | c44c1749581af097ca4f95b7945dcb85dcaeab98 [diff] |
Merge "Sort PRODUCT_APEX_BOOT_JARS automatically." am: af78df0553 am: b128e28695 am: ca6e563ad0 am: c44c174958 Original change: https://android-review.googlesource.com/c/platform/build/+/1903170 Change-Id: Ie2b6e20d65ff180d89d2afed54223dc1a9826429
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.