commit | 36fcf63c4e9e71f1c4c2570b996fedf343ba2dbd | [log] [tgz] |
---|---|---|
author | Vinh Tran <vinhdaitran@google.com> | Fri Aug 11 16:46:09 2023 -0400 |
committer | Vinh Tran <vinhdaitran@google.com> | Fri Aug 11 17:36:15 2023 -0400 |
tree | c93afbef6437512b147f956ae45bdff2224f1952 | |
parent | 8358604c42fee3ff905acf83a7779f8893612d6f [diff] |
Fix rust aconfig test Test: atest aconfig.test.rust --start-avd Change-Id: Ife50e8f81999042b8af91828f5682e84fc7b3811
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.