commit | f17dbcd8b73d7bfa1eecd90eb76117d30c805c62 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Thu Apr 11 17:13:36 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Fri Apr 12 16:28:10 2024 +0000 |
tree | 866cf4c9c957933d59958572834684231f96079d | |
parent | ab494001f3245da7a873234080329d221537bc7e [diff] |
aconfig: update flag info query api Currently flag info query api is called get_boolean_flag_attribute, in this change, we switched it over to a flag value type generic implementation get_flag_attribute. So in the future we want to add more flag value types, this api can stay the same. Bug: b/312444587 Test: atest -c Change-Id: I2b272f3fa3cb1d0edc8b77a44bf37752ffe95925
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.