commit | 293112d59a698eeb5c6823c6cc41f9844e0ed0bb | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Wed Feb 16 11:22:03 2022 +0900 |
committer | Inseob Kim <inseob@google.com> | Wed Feb 16 11:22:03 2022 +0900 |
tree | 82a09df56aa51eb10a8aebc651ce9331e68807ae | |
parent | c3ee009f38b2c8c94f6dc6c5b11e3f8851f22304 [diff] |
Fix warning when running fsverity tools Bug: 219777071 Test: m fsverity_manifest_generator; fsverity_manifest_generator Change-Id: Ib5dd55b24a81438b9d536bf29c7ff2b4a91faf3f
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.