commit | 4559309aaf98b82a3bb373c3e2a92fc1dfe920cf | [log] [tgz] |
---|---|---|
author | Vinh Tran <vinhdaitran@google.com> | Wed Aug 02 17:15:58 2023 -0400 |
committer | Vinh Tran <vinhdaitran@google.com> | Tue Aug 08 21:25:22 2023 +0000 |
tree | 2dee67e71e9dd44a57efd7ceeee40d630291656c | |
parent | 9997fdbacf90ba6a41a14e1bbc5b499dce7fd669 [diff] |
Add rust_test for aconfig Test: atest aconfig.test.rust Change-Id: Ic1b201d05fb216c8d881667461e7750949752b4a
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.