commit | a8454c30eda68fceb93eceb5c039f0c06bcff574 | [log] [tgz] |
---|---|---|
author | William Escande <wescande@google.com> | Wed Aug 28 11:13:35 2024 -0700 |
committer | William Escande <wescande@google.com> | Wed Aug 28 16:52:56 2024 -0700 |
tree | 4bd1319c1d42aa6de4a8e5fc5aeb1912c459eee0 | |
parent | da0dfeb70512057d569f5ccfa87d4255f185c42f [diff] |
aconfig Rust: Support huge list of flags Test: m libbluetooth_aconfig_flags_rust Test: atest aconfig.prod_mode.test.rust Test: atest aconfig.test_mode.test.rust Test: atest aconfig.force_read_only_mode.test.rust Test: atest aconfig.test Bug: 311772251 Bug: 362773105 Change-Id: I48e268fc783e491a045d1bb6298c2b3c87045722
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.