commit | 1b0a6667b121613aa9a2f79bbba10b9a37978582 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Fri Sep 13 18:22:22 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Tue Sep 17 15:03:59 2024 +0000 |
tree | 0a09e5ec35d7d3f5ac7c35726febd47e8aa4ffcb | |
parent | 703b4830dc76ded483bf0cc39ebacaabc6cafcdc [diff] |
aconfig: update rust_codegen to just read from new storage when flag is true This is the last launch of new storage. Use the flag enable_only_new_storage to control if the rust codegen should read from new storage or old storage. Change-Id: Id2bea8df191a939acb5e07b6a9ac8dc1ddd0f7fb
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.