commit | ff77e222131c0c79bce658ea658afa4d6f2ba673 | [log] [tgz] |
---|---|---|
author | Liana Kazanova <lkazanova@google.com> | Tue Jul 30 19:14:30 2024 +0000 |
committer | Liana Kazanova <lkazanova@google.com> | Tue Jul 30 19:14:30 2024 +0000 |
tree | d38644d547e0d5848300c2ac9cc21abf70ad08e5 | |
parent | dd3d5c1f3d7161f8ac6036141c4c0216da77718a [diff] |
Revert "Conditionally pass kernel version to build.prop" Revert submission 3196490-revert-3195812-revert-3195644-revert-3195637-revert-3184480-system_build_prop_soong-BZIDUTEOOC-KRUETCBWUR-TUHZPHUVFJ-XYILSUPUOA Reason for revert: DroidMonitor: Potential culprit for b/356297315 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. Reverted changes: /q/submissionid:3196490-revert-3195812-revert-3195644-revert-3195637-revert-3184480-system_build_prop_soong-BZIDUTEOOC-KRUETCBWUR-TUHZPHUVFJ-XYILSUPUOA Change-Id: Icba8f01ef59ce969206c20981fcc17ea10378f5e
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.