commit | 066575b95fbffab20a05df712a0b6c3ee943f649 | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Wed Jun 07 16:29:25 2023 +0200 |
committer | Mårten Kongstad <amhk@google.com> | Thu Jun 08 11:27:57 2023 +0200 |
tree | aab9a24aa97540d4d6c52abfc721fb993ac0ea26 | |
parent | fbd71e2773dd7342b49f9f951791a0776b70dbf0 [diff] |
aconfig: add namespace field to flag_declaration and parsed_flag Add a new field to the proto messages flag_declaration and parsed_flag. The new field will be used verbatim as a parameter when calling DeviceConfig.getBoolean to read the value of a READ_WRITE flag. See the DeviceConfig API for more info. Note: not to be confused with the old namespace field, which has been renamed to package. Bug: 285211724 Test: atest aconfig.test Change-Id: I2181be7b5e98fc334e5277fb5f7e386f1fe0b550
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.