commit | cc668cfb94489efb3ee108758df5ef6b3385cff6 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Tue Jun 18 11:25:29 2024 +0900 |
committer | Michael Bestas <mkbestas@lineageos.org> | Sat Oct 19 19:32:16 2024 +0300 |
tree | 6933f8b191e8be9e26bbdb432d741be149ee8e31 | |
parent | 14da46f3018f37dd19ae2aa038643383a62364bc [diff] |
Add build_prop soong module build_prop is a soong module generating {partition}/build.prop. It's ported from build/make/core/sysprop.mk and will replace sysprop.mk in the future. Currently used only by Android.bp cuttlefish system image. Bug: 322090587 Bug: 346214958 Test: compare system/build.prop and aosp_cf_x86_64_system-build.prop for eng / user / userdebug Change-Id: Iadb793a049b7be15b36f948c3a473105db3835a1
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.