commit | 43abe9590f41ab963064667cfc36dc8823e0a1f4 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Sat Nov 09 18:58:53 2019 -0800 |
committer | Chih-Hung Hsieh <chh@google.com> | Thu Nov 14 09:57:13 2019 -0800 |
tree | ba78f606f73877a6e1e216f5c03f114849d8b8c2 | |
parent | 0b6de0b1735ad04accf2516c517bc982fef1595d [diff] |
Add rust_host_test_config_template.xml * Derived from python_binary_host_test_config_template.xml Bug: 140938178 Test: make rust projects Change-Id: I050e310c25952d7ca7af25ca2803f98817e465c8
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.