platform_build_soong/python
Dan Shi 6ffaaa830d Allow test to specify whether or not to auto-generate test config
Attribute `auto_gen_config` is added to test modules.
Test config will be generated if:
the attribute is not set and AndroidTest.xml doesn't exists
or
the attribute is set to true, whether or not AndroidTest.xml exists.

Test config will NOT be auto-generated if:
the attribute is not set and AndroidTest.xml exists
or
the attribute is set to false, whether or not AndroidTest.xml exists.

Bug: 141684102
Test: build test module with auto_gen_config set to true
Change-Id: I64fb003a83d8c32a967835e5f8d12fe4476043be
2019-09-26 13:29:28 -07:00
..
scripts Simplify python launcher, use __main__.py 2019-02-15 14:33:59 -08:00
tests Add par_test 2019-02-14 02:18:05 +00:00
androidmk.go Add missing dependencies for python_test 2019-01-29 22:26:57 +08:00
binary.go Allow test to specify whether or not to auto-generate test config 2019-09-26 13:29:28 -07:00
builder.go Fix package path of android/soong/android pctx 2019-04-04 03:59:34 +00:00
defaults.go Remove empty DepsMutator methods 2019-02-01 17:17:58 -08:00
installer.go Revert "Remove old-style support for translated second architectures" 2019-09-18 21:12:31 +00:00
library.go Revert "Revert "Change Python in Soong to support device side build."" 2017-12-01 20:00:31 +00:00
proto.go Add RuleBuilder helper functions for built and prebuilt tools 2019-07-11 13:05:19 -07:00
python.go Add support for protoc plugins 2019-04-02 16:38:55 +00:00
python_test.go Fix embedded_launcher can't find files 2018-06-04 12:32:55 -07:00
test.go Allow test to specify whether or not to auto-generate test config 2019-09-26 13:29:28 -07:00