platform_build_soong/java
Liz Kammer 57f5b33ad3 Add test suite handling to central androidmk code
MTS is introducing partial MTS test suites that are per-module, with
names of the format: mts-${MODULE}. By centralizing the code for test
suites, we can automatically add "mts" test suite when an
"mts-${MODULE}" test suite is specified, reducing duplication.

Test: m mts
Bug: 170318013
Change-Id: I8ce9d3c252fcc0a937bb5f2826d21cb6c6932d82
2020-12-01 12:23:56 -08:00
..
config Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709) 2020-08-29 01:17:45 -07:00
aapt2.go
aar.go Merge "Assume any <uses-library> is shared, add only toplevel ones to manifest." 2020-11-27 10:44:54 +00:00
Android.bp Move boot jars package check from make 2020-10-29 17:20:06 +00:00
android_manifest.go Rename fields and methods to reflect class loader context changes. 2020-11-16 14:59:07 +00:00
android_resources.go Pass Config to NewTestContext instead of ctx.Register 2020-11-12 10:07:49 -08:00
androidmk.go Add test suite handling to central androidmk code 2020-12-01 12:23:56 -08:00
androidmk_test.go Remove redundant setting of DistFiles by java.Library 2020-11-27 15:17:44 +00:00
app.go Assume any <uses-library> is shared, add only toplevel ones to manifest. 2020-11-25 14:47:05 +00:00
app_builder.go Merge "Merge Android R" 2020-09-10 17:22:09 +00:00
app_test.go java link time error improve 2020-11-17 21:57:23 +00:00
boot_jars.go Switch boot jars package check to using dex jars 2020-11-10 17:37:43 +00:00
builder.go Replace android.WriteFile rule with android.WriteFileRule 2020-11-14 16:26:00 -08:00
device_host_converter.go Remove restriction on exported plugins that generate APIs 2020-11-23 11:42:26 -08:00
device_host_converter_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
dex.go Fix proguard_usage.zip with USE_RBE=true RBE_R8=true 2020-09-17 18:56:43 +00:00
dexpreopt.go Rework class loader context implementation. 2020-11-03 15:15:46 +00:00
dexpreopt_bootjars.go Replace android.WriteFile rule with android.WriteFileRule 2020-11-14 16:26:00 -08:00
dexpreopt_bootjars_test.go Pass Config to NewTestContext instead of ctx.Register 2020-11-12 10:07:49 -08:00
dexpreopt_config.go Retry: Make ConfiguredJarList immutable 2020-10-27 17:37:20 +00:00
dexpreopt_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
droiddoc.go Fix prebuilt_stubs_sources to work with no stubs sources 2020-11-19 12:42:18 +00:00
gen.go
genrule.go
hiddenapi.go Rename class2greylist 2020-08-13 17:33:14 +01:00
hiddenapi_singleton.go Merge "Explicitly tag max-target-o APIs as "lo-prio"." 2020-11-23 09:45:48 +00:00
hiddenapi_singleton_test.go Pass Config to NewTestContext instead of ctx.Register 2020-11-12 10:07:49 -08:00
jacoco.go Use a default exclude filter for JaCoCo in Soong. 2020-07-08 19:29:10 +00:00
jacoco_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
java.go Remove redundant setting of DistFiles by java.Library 2020-11-27 15:17:44 +00:00
java_resources.go
java_test.go Merge "Annotate dependency tags for dependencies of installed files" 2020-11-24 16:01:35 +00:00
jdeps.go Add soong cc and java deps to general-tests dist 2020-07-07 22:41:31 +00:00
jdeps_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
kotlin.go Support kotlin multiplatform sources 2020-07-06 17:58:09 -07:00
kotlin_test.go Support extra checks for ErrorProne in a dedicated property 2020-11-19 14:20:12 -08:00
legacy_core_platform_api_usage.go Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709) 2020-08-29 01:17:45 -07:00
lint.go Refactor 'in_make' to mean Kati is not skipped. 2020-11-23 00:29:18 -05:00
lint_defaults.txt Add support for running Android lint on java and android modules. 2020-06-18 11:01:47 -07:00
OWNERS
platform_compat_config.go
plugin.go Consolidate adding common java properties 2020-06-18 11:01:47 -07:00
plugin_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
prebuilt_apis.go Add imports_compile_dex to prebuilt_apis 2020-09-02 09:27:35 -07:00
proto.go
robolectric.go Merge "Adds a workaround to fix version inconsistency" 2020-11-17 01:23:39 +00:00
sdk.go Add support for using sdk_version: "module_<ver>" 2020-09-30 16:20:17 +01:00
sdk_library.go java_sdk_library: Copy removed API specification file to dist 2020-11-27 15:17:44 +00:00
sdk_test.go Pass Config to NewTestContext instead of ctx.Register 2020-11-12 10:07:49 -08:00
support_libraries.go
sysprop.go Add comments about sysprop_library 2020-11-24 14:13:31 +09:00
system_modules.go
testing.go Unify handling of compat and normal libs in class loader contexts. 2020-10-27 17:05:30 +00:00
tradefed.go