commit | cc5aa13bd3837eb4cf1f07ae3993a0114fb4bec1 | [log] [tgz] |
---|---|---|
author | Priyanka Advani (xWF) <padvani@google.com> | Wed Nov 06 17:22:28 2024 +0000 |
committer | Priyanka Advani (xWF) <padvani@google.com> | Wed Nov 06 17:22:28 2024 +0000 |
tree | c36828f0e339deec238f7fd6a65d127c2366f4e0 | |
parent | 65a9fe640975d899050fb5514ea705690fc2666f [diff] |
Revert "add aconfigd-system binary to be installed on /system" Revert submission 3332613-system_aconfigd_rust_binary Reason for revert: Droidmonitor created revert due to b/377698523. Will be verifying through ABTD before submission. Reverted changes: /q/submissionid:3332613-system_aconfigd_rust_binary Change-Id: Idcadf637f5c532b68e647da5cc465dee45d18f42
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.