commit | 82ad6d35f4b67d0a6fa7f89eca7a3066288b11f6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Jan 08 03:17:21 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Jan 08 03:17:21 2022 +0000 |
tree | 66869f91ec147123b96984fadbaf6dd9c299a17c | |
parent | 8d77820a48386d77e375fd709f2b55f128eadf79 [diff] | |
parent | b7015798b9b64b76f0a7b83864fc82d6b1e04073 [diff] |
Merge "Write signature size even when it's empty" am: 555c3a7dc7 am: 77f7f00e3d am: 5c8ad6415b am: b7015798b9 Original change: https://android-review.googlesource.com/c/platform/build/+/1938523 Change-Id: I824c50ffea8cd8e122d473b068520d5faf3df014
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.