commit | ee4e44ade705474542b575503b52f90226744498 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Fri Sep 13 14:24:37 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Tue Sep 17 21:11:22 2024 +0000 |
tree | 5a8e69f2137f234a08c537f705b26c096f20603e | |
parent | 703b4830dc76ded483bf0cc39ebacaabc6cafcdc [diff] |
aconfig: update cpp_codegen to just read from new storage Change-Id: Ifc5886e587a64da0d940df903f972593c5e9c9d8
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.