commit | d62e7123d86df447b487f50581139fa354d24adb | [log] [tgz] |
---|---|---|
author | Ivan Lozano <ivanlozano@google.com> | Tue Aug 27 11:23:35 2019 -0700 |
committer | Ivan Lozano <ivanlozano@google.com> | Tue Aug 27 11:23:35 2019 -0700 |
tree | ec0e1489f40702507e716901dbaabf5fb1abf18d | |
parent | 6cd7a09718f7ff6407981044343638ebe6a11e62 [diff] |
Make support for rust modules from Soong. Support for rust modules built in Soong. Bug: 136189233 Test: Test module builds. Test: crosvm builds. Change-Id: Idf2e4a4f760cbcee1d35fe6567ef8e12d4855094
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.