commit | 65a9fe640975d899050fb5514ea705690fc2666f | [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 | 7b8e28aaa24b0c31087256edf74d8d32a2c40df6 | |
parent | a452c2977be4bf57ddc289a2c290b0d72b8d6de6 [diff] |
Revert "add aconfigd-system binary and libaconfigd_system librar..." 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: I90e6ff92560c2818242b817a757998b65e60350d
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.