commit | 07bc317c4527fbb39c8ab6a7bfe9553945cf135a | [log] [tgz] |
---|---|---|
author | Alex Buynytskyy <alexbuy@google.com> | Tue Nov 01 18:45:51 2022 -0700 |
committer | Alex Buynytskyy <alexbuy@google.com> | Tue Nov 01 18:45:51 2022 -0700 |
tree | 1485f7e8cd5e1d232ed74d733171a7ed455b67f3 | |
parent | 99d607c0ad18a90a0634566831703928c958107c [diff] |
Concatenate cl hashes so that git revert can revert multiple commits. Bug: 243966946 Test: run locally Change-Id: I59bd588f5368f8e47fd9272b561b63d940e1072d
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.