commit | 0c6a2fac775f179a533320dd521332760f998ea8 | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Thu Dec 14 13:56:25 2023 +0100 |
committer | Mårten Kongstad <amhk@google.com> | Thu Dec 14 13:56:25 2023 +0100 |
tree | 23ca01a23681b31292d699d4e8cf09694d6958c1 | |
parent | 49c49f365a340bdee6648a02f63d6526289b78d4 [diff] |
aconfig: pass ownership of ProtoParsedFlag items to Java codegen Pass ownership of the ProtoParsedFlag iterator items to the Java codegen: this removes the need for an explicit lifetime annotation. Bug: N/A Test: atest aconfig.test Change-Id: I78705b65b4cf41c3e23b59afbd122a029ee45df4
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.