commit | 23d8c72472f5d7894ed8636d27b5af004f7ca871 | [log] [tgz] |
---|---|---|
author | Zhenhuang Wang <zeek@google.com> | Tue Feb 14 00:29:30 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 14 00:29:30 2023 +0000 |
tree | 2b3cf7b8bef81326786e62cd03f74bd350565d65 | |
parent | 7d8eeec0ddae9c5a7524f6fe2fa15c95623ccacd [diff] |
Revert "Revert "Enable `-sha256` feature to some Soong built zip files"" This reverts commit 7d8eeec0ddae9c5a7524f6fe2fa15c95623ccacd. Reason for revert: re-submit the change https://r.android.com/2393272 Change-Id: I6c906a82823a4b69d0cd8a5ce364d802c646cb68
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.