| commit | 1687c8c324a7257c0bc02256fec8abebd238f108 | [log] [tgz] |
|---|---|---|
| author | Mårten Kongstad <amhk@google.com> | Tue Apr 22 08:55:30 2025 +0200 |
| committer | Mårten Kongstad <amhk@google.com> | Tue Apr 22 08:55:51 2025 +0200 |
| tree | 495f52539c4519fdf75007a24637de8ac35e08df | |
| parent | 7eb5ea131c332f216617f9800164130094c8ccce [diff] |
record-finalized-flags-test: fix broken binary proto The aconfig protobuf definitions have changed. This caused the record-finalized-flags-test tests to fail. Update the binary protobuf file used by record-finalized-flags-test by running croot build/make/tools/record-finalized-flags/tests && ./generate-flags-protobuf.sh Bug: 412353147 Test: atest record-finalized-flags-test Change-Id: Id67091c1f7059c47a002617a368455f0c3a50d6c
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.