commit | cd8de030d11d4c361eced9755a305acc171fcb3c | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Mon Aug 05 12:50:01 2024 +0900 |
committer | Michael Bestas <mkbestas@lineageos.org> | Sat Oct 19 19:32:16 2024 +0300 |
tree | 529080afb38f4f55506ee3cec8bf7077f96c6e65 | |
parent | ea44675a72d5b51a4ac77c60065e52909060ab96 [diff] |
Build system_ext build.prop with Soong Bug: 322090587 Test: build and compare system_ext/etc/build.prop Change-Id: I7b1af2e2b1fe7f107e1540d7b797c7bf489b8a0d
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.