commit | a98448f4e7a320210c6a680b9deeff3258816f47 | [log] [tgz] |
---|---|---|
author | Ted Bauer <tedbauer@google.com> | Wed Mar 06 14:01:19 2024 -0500 |
committer | Ted Bauer <tedbauer@google.com> | Thu Mar 07 17:55:27 2024 +0000 |
tree | 7b3f3cc2eb16cf77033d7f57d2b41c068ec1063d | |
parent | cdde8f39f84a73ab1f3dfa9af5e9934d3651bad1 [diff] |
aflags: only permit enable/disable with root access. Bug: 324436145 Test: adb unroot && adb shell aflags enable com.android.window.flags.sync_window_config_update_flag # Fails Test: adb root && adb shell aflags enable com.android.window.flags.sync_window_config_update_flag # Succeeds Change-Id: I88db174b51462199a234eeb3b6fb70c4da538700
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.