commit | 8d18a9bdfff75ae15940c556512c579751f7332a | [log] [tgz] |
---|---|---|
author | Luca Stefani <luca.stefani.ge1@gmail.com> | Mon Jun 17 22:44:54 2024 +0200 |
committer | Michael Bestas <mkbestas@lineageos.org> | Sat Oct 19 19:32:15 2024 +0300 |
tree | b0d4cd05dc31a8348602e2b08f2cb989862846b0 | |
parent | 00d6cd30342ead69512e0584be0aedf26b02e883 [diff] |
aflags: Ensure <partition>/aconfig_flags.pb exists before reading In some build targets/combinations aconfig_flags.pb may not be generated. For example in GSI only system/aconfig_flags.pb exists and system-only updates won't have vendor/aconfig_flags.pb. Test: m, aflags Change-Id: I136345a8748bc6d80bd98e673f90e0a2ab380ab1
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.