commit | 222737c2cdf760ace0704f4d245021412e233723 | [log] [tgz] |
---|---|---|
author | Zhenhuang Wang <zeek@google.com> | Mon Feb 20 11:46:52 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Feb 20 11:46:52 2023 +0000 |
tree | 427e1f0b5f5b3714ab216cc1649ac2253a8af8f3 | |
parent | 2d8af1b78d095699d1b77d5f1d6e74ed1e4c470e [diff] | |
parent | 3c7278593fb29fa63d704a8a2423f79a478f445b [diff] |
Merge "Enable `-sha256` feature to device-tests.zip" am: 195b5fc64c am: c14d68cebe am: a82b2b5658 am: 3c7278593f Original change: https://android-review.googlesource.com/c/platform/build/+/2442621 Change-Id: I3f6d22d987e632f0e7449b0e0ef6d6a439f3f9dd Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.