android_build_soong/java
Colin Cross b628ea5327 Don't link java tests against junit by default
There is more variety of java tests than I expected, don't
default to including junit, that's just going to lead to
unexpected junit classes for module authors that don't know
to set junit: false.  All existing uses of java_test are
already not using junit or setting static_libs: ["junit"],
and all test in Make are already specifying junit.

Bug: 70770641
Test: m checkbuild
Change-Id: I4393b70d87dd2b6e3bb719fdb758915053bee0c7
2018-08-15 11:08:59 -07:00
..
config Support Dokka in Soong. 2018-08-10 13:37:24 -07:00
aapt2.go Regenerate R.java files from LOCAL_STATIC_ANDROID_LIBRARIES 2018-05-03 14:38:12 -07:00
aar.go Set targetSdkVersion in manifest_fixer 2018-07-26 11:09:24 -07:00
android_manifest.go Set targetSdkVersion in manifest_fixer 2018-07-26 11:09:24 -07:00
android_resources.go Add support for android_library modules 2018-05-03 14:38:12 -07:00
androidmk.go Support data properties in java_test and android_test 2018-08-14 15:44:39 -07:00
app.go Support data properties in java_test and android_test 2018-08-14 15:44:39 -07:00
app_builder.go Add support for android_library modules 2018-05-03 14:38:12 -07:00
app_test.go Use manifest merger in Soong 2018-07-11 19:46:38 +00:00
builder.go Add exclude_files and exclude_dirs properties to java_import 2018-07-12 16:59:59 -07:00
dex.go Add proguard_flags_files to r8 command line 2018-08-13 17:29:58 +00:00
droiddoc.go Support Dokka in Soong. 2018-08-10 13:37:24 -07:00
gen.go Add proto.canonical_path_from_root 2018-02-22 16:48:35 -08:00
genrule.go Soong: add "java_genrule_host" 2018-04-13 16:37:22 -07:00
jacoco.go Change syntax for jacoco filter wildcard params. 2018-01-29 12:46:26 -08:00
jacoco_test.go Change syntax for jacoco filter wildcard params. 2018-01-29 12:46:26 -08:00
java.go Don't link java tests against junit by default 2018-08-15 11:08:59 -07:00
java_resources.go Add support for android_library modules 2018-05-03 14:38:12 -07:00
java_test.go Fix the issue that changing merge_annotations_dir doesn't trigger build 2018-08-01 15:08:39 -07:00
prebuilt_apis.go Add api_dirs property and use module name as prefix 2018-06-25 10:30:30 +09:00
proto.go Run dep_fixer for java too 2018-05-17 10:11:17 -07:00
sdk_library.go Add new properties 2018-08-01 02:18:32 +00:00
support_libraries.go Export lists of support libraries modules to Make 2018-05-03 16:48:13 -07:00
system_modules.go Mark soong-generated phony rules as PHONY 2018-07-25 04:27:10 +00:00