commit | 7d12daf9b4a511ff7670c28286bd29d23247aca2 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Tue Apr 02 13:41:08 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Tue Apr 02 17:51:21 2024 +0000 |
tree | a71ca29bbd54dd27b936a044cf99167cff7e80ca | |
parent | 9c7a000d6ffe5952f2fb4a0a1db10c728cfa8313 [diff] |
aconfig: add flag type information to list flag api Bug: b/321077378 Test: atest aconfig_storage_file.test Change-Id: I1880e9aa441c423c3225a0ef86c6edde096d7ba3
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.