commit | 7d8eeec0ddae9c5a7524f6fe2fa15c95623ccacd | [log] [tgz] |
---|---|---|
author | Zhenhuang Wang <zeek@google.com> | Fri Feb 10 13:59:43 2023 +0000 |
committer | Zhenhuang Wang <zeek@google.com> | Fri Feb 10 14:02:06 2023 +0000 |
tree | 1224b831d0256a9d59512213b61967f079ad8656 | |
parent | fae06b15cea812ef9c146f76d664c7c34f94408d [diff] |
Revert "Enable `-sha256` feature to some Soong built zip files" This reverts commit fae06b15cea812ef9c146f76d664c7c34f94408d. Reason for revert: Some labs are still not upgraded to the latest version, causing presubmit test flaky. Bug: 268608699 Bug: 259513199 Change-Id: I05f0fef27afdbbd5350e77616074059b7bf1da42
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.