commit | e8fa42f45a043d65f21591cbe243a1cbc5565e8d | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Fri Apr 12 16:56:09 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Fri Apr 12 16:57:28 2024 +0000 |
tree | 907792a98a83514af8accf0070a7672d666d5b0f | |
parent | ab494001f3245da7a873234080329d221537bc7e [diff] |
aconfig: add write api cpp test to presubmit Bug: b/321077378 Test atest -c Change-Id: Ib04280f25eb6c4de6ff1523579e6ac96a868ff1d
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.