commit | e887ccbf12d7070513dd5e23af3abdcf5e49d1f1 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Mar 16 22:09:50 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Sat Mar 17 05:14:13 2018 +0000 |
tree | 11838dd0a62f69183510c31e41efb7cdfd48e42f | |
parent | 252ff3d6b6607986e301c53c11749f0bcdb211bd [diff] |
Provide testcases directory for host cross out (windows) modules If HOST_CROSS_OUT_TESTCASES is not defined, then a module that builds for windows and has a test config will attempt to install the config file to /<module>/<module>.config. Fixes: [ 54% 99/183] Copy: /simpleperf_unit_test/x86/simpleperf_unit_test.exeninja: error: mkdir(/simpleperf_unit_test): Permission denied Test: m simpleperf_unit_test Change-Id: I07dcecbce9c710b29fec5fbdedc462be3245b578
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.