commit | 86f441d899552a48d57e1fadd22fd15c69b74c6c | [log] [tgz] |
---|---|---|
author | yangbill <yangbill@google.com> | Fri Jul 13 22:55:36 2018 +0800 |
committer | yangbill <yangbill@google.com> | Thu Jul 26 14:00:55 2018 +0800 |
tree | 356f36e17787925914ef028397848ec87e469f26 | |
parent | 6ac13c77c7dfdfa6542eb0d88f98f82fe439b069 [diff] |
ATest: Sync auto_test_config for multilib modules auto_test_config will only be set once for the same $(my_prefix)$(LOCAL_MODULE_CLASS)_$(LOCAL_MODULE) ATest should also treat the multilib variant modules as testable. Fix auto_generated config may have chance to be set as 2nd_arch name BUG: 111397357 BUG: 110820867 BUG: 80298359 Test: . build/envseup.sh lunch aosp_x86_64-eng make -j out/target/product/generic_x86_64/module-info.json (check module-info.json for hello_world_test) make -j hello_world_test cat out/target/product/generic_x86_64/testcases/hello_world_test/hello_world_test.config Change-Id: I69895b6373476c0053f2c6e657770d606ccfbcd1
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.