commit | c31a6ff6534dfa558f1dda484fffd192d55eb17c | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Fri Jun 02 11:54:36 2023 +0200 |
committer | Mårten Kongstad <amhk@google.com> | Fri Jun 02 16:47:04 2023 +0200 |
tree | 0ddf5aba630f6a457f0a870d13dc01bc639d4a04 | |
parent | f02734e91586e59048189de3288a1df79b96c2a9 [diff] |
aconfig: add create-device-config-sysprops command Add a new "create-device-config-sysprops" command that works like "create-device-config-defaults" but for system properties. DeviceConfig is a Java service, and will mirror (some of) its values by setting system properties in the persist.device_config namespace. Native code will access DeviceConfig (actually, the system properties) via the server_configurable_flags library. The new command writes a file that can be appended to /system/build.prop to pre-populate persist.device_config before DeviceConfig has started. Like create-device-config-defaults, the new command skips READ_ONLY flags. Bug: 285468565 Test: atest aconfig.test Change-Id: I311c7c5e0b03dc897b09204137d43cc182324717
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.