commit | 7b4d76700decba861c840b7938fa709f50d9bcc9 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Fri Aug 12 21:35:45 2022 +0900 |
committer | Inseob Kim <inseob@google.com> | Fri Aug 12 21:35:45 2022 +0900 |
tree | cb8b65bacdba19d56d65c00b95837160fc5cb1e7 | |
parent | 4b88416c818f02fa3097ab2b2637ac228be2ac69 [diff] |
Add mainline dev certificate dir to config Bug: 33691272 Test: build Change-Id: Iea4d96ab9c58a1be6d25aff4c0cf91cfc097470e
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.