commit | b5201222d1dc23e7f65bd5e5e3f29f01d8783d5f | [log] [tgz] |
---|---|---|
author | Ted Bauer <tedbauer@google.com> | Tue Dec 03 21:16:29 2024 +0000 |
committer | Android Build Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Tue Dec 03 21:16:29 2024 +0000 |
tree | 8063d2cea2650d79f326911b2cb00d72a0b7ba72 | |
parent | d871e65375a08c931b4670ba7690d022390cf3d5 [diff] |
Filter read-only + disabled flags from aconfig_flags.pb Bug: 373685244 Test: m and inspect SYSTEM/etc/aconfig_flags.pb Flag: EXEMPT flagging within flag infra Ignore-AOSP-First: CPing aosp/3378710 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:5730ce71ac657ba88d2265148fa63ce1d10b105e) Merged-In: I9a1d3d3589246b650326f8770209401ca388a734 Change-Id: I9a1d3d3589246b650326f8770209401ca388a734
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.