commit | 0ba6ec6f49be8ca24333ca4e402605f6cce82d50 | [log] [tgz] |
---|---|---|
author | kellyhung <kellyhung@google.com> | Fri Aug 28 00:19:53 2020 +0800 |
committer | Kelly Hung <kellyhung@google.com> | Thu Sep 03 02:37:44 2020 +0000 |
tree | bcd07058fb43e1e72b8f19db172b1d7e5c6a9439 | |
parent | 5c9667d1ac3ab6edae99f0b9376ec89fae89289d [diff] |
Add test_mainline_modules option support in mk Bug: 165425972 Test: Apply aosp/1418212 atest -b hello_world_test Check module-info.json for hello_world_test HelloWorldTests and HelloWorldHostTest Change-Id: Ie30a09a54b0ae927ca4d8d1aaba2ac0cdb15233a
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.