commit | 203b19203052e53335a688b3d348cf596b2cbc04 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Nov 19 23:50:43 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Nov 19 23:50:43 2021 +0000 |
tree | d56710c411fd5c0e9c72a57dfdc8c0ba357cf3df | |
parent | 5499092f0e2286988c3567bf97c1a5e4df478e68 [diff] | |
parent | 6f017f5ecdb5dac15242be57f166720dd1a97568 [diff] |
Merge "Fix signapk not found error when running ota_from_target_files locally" am: 1fb1088e88 am: 6f017f5ecd Original change: https://android-review.googlesource.com/c/platform/build/+/1894855 Change-Id: Ide863041263953e2f584d07b14754f9ed14c06e9
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.