platform_build_soong/java
Pete Gillin 2b1ea2edb3 Don't specify -encoding twice in Jdiff javadoc invocations.
The option '-encoding UTF-8' is included in the opts defined at L1754,
which are passed to transformJdiff (defined at L1594), and from there
to a javadoc rule (defined at L29), where they are included in a
command line string which already has '-encoding UTF-8' in it. The
result is that this appears twice in the command line. This is
apparently ignored by the version of javadoc currently used. Later
upstream versions of javadoc, however, fail with the error 'javadoc:
error - The -encoding option may be specified no more than once.'

Test: make system-api-stubs-docs
Test: make system-api-stubs-docs, using an OpenJDK 11 toolchain via OVERRIDE_ANDROID_JAVA_HOME
Bug: 131683177
Change-Id: Ib9382ada3c8259edfacb2be3ab14d4c09d8753a7
2019-06-10 14:37:41 +01:00
..
config Merge "Revert "Revert "Print full diagnostics file when Java process crashes.""" 2019-06-04 17:16:10 +00:00
aapt2.go Support package_splits 2019-03-19 23:33:47 +00:00
aar.go Touch up manifest if there's no source code. 2019-06-03 10:51:42 -07:00
android_manifest.go Touch up manifest if there's no source code. 2019-06-03 10:51:42 -07:00
android_resources.go Separate device and product overlays 2019-03-21 11:25:46 +00:00
androidmk.go Add android_app_import. 2019-05-01 10:06:47 -07:00
app.go Merge "Touch up manifest if there's no source code." 2019-06-06 13:52:37 +00:00
app_builder.go Merge "Revert "Revert "Print full diagnostics file when Java process crashes.""" 2019-06-04 17:16:10 +00:00
app_test.go Merge "Touch up manifest if there's no source code." 2019-06-06 13:52:37 +00:00
builder.go Revert "Revert "Print full diagnostics file when Java process crashes."" 2019-06-03 16:53:22 +00:00
device_host_converter.go Merge "Fixes typos in device_host_converter.go comments." 2019-05-14 01:16:27 +00:00
device_host_converter_test.go Add modules for converting java modules between host and device 2019-03-05 23:09:45 +00:00
dex.go Fix handling optimize.enabled from java_defaults 2019-04-17 17:59:09 -07:00
dexpreopt.go Port uses-shared library verification and dexpreopting to Soong 2019-05-29 19:11:26 -07:00
dexpreopt_bootjars.go Write dexpreopt.config again during the build 2019-05-10 07:07:21 -07:00
dexpreopt_bootjars_test.go Add depfile support to RuleBuilder 2019-03-29 16:35:06 -07:00
dexpreopt_config.go Write dexpreopt.config again during the build 2019-05-10 07:07:21 -07:00
dexpreopt_test.go Turn off dex actions for sourceless modules. 2019-05-15 15:46:26 -07:00
droiddoc.go Don't specify -encoding twice in Jdiff javadoc invocations. 2019-06-10 14:37:41 +01:00
gen.go Build framework.aidl in Soong 2019-04-18 13:51:58 -07:00
genrule.go Add module type docs to the java package 2019-02-13 18:39:40 +00:00
hiddenapi.go Improve hiddenapi processing so it does not require white list 2019-02-28 16:13:20 +00:00
hiddenapi_singleton.go Don't build hiddenapi flags or encode dex for unbundled builds 2019-05-28 21:48:54 +00:00
jacoco.go Revert "Revert "Print full diagnostics file when Java process crashes."" 2019-06-03 16:53:22 +00:00
jacoco_test.go Change syntax for jacoco filter wildcard params. 2018-01-29 12:46:26 -08:00
java.go Merge "Touch up manifest if there's no source code." 2019-06-06 13:52:37 +00:00
java_resources.go Track sources for srcjars across modules 2019-05-06 14:22:26 -07:00
java_test.go android_app stl property bug fix 2019-06-04 12:36:00 -07:00
jdeps.go AIDEGen: Collect the srcjar into out/soong/module_bp_java_deps.json 2019-05-27 11:34:10 +00:00
jdeps_test.go jarjar_rules: accept file-group 2019-01-23 18:05:18 +00:00
kotlin.go Don't hide *.kotlin_module in turbine dependencies 2019-05-08 14:30:12 -07:00
kotlin_test.go Remove annotation_processors property 2019-01-24 23:48:04 +00:00
OWNERS Add ART folks to owner of dexpreopt related file. 2019-04-30 15:33:49 +01:00
plugin.go Replace annotation_processors with plugins 2019-01-23 20:17:51 +00:00
plugin_test.go Remove annotation_processors property 2019-01-24 23:48:04 +00:00
prebuilt_apis.go Add synopsis for prebuilt_apis. 2019-03-21 17:44:11 -07:00
proto.go Add support for protoc plugins 2019-04-02 16:38:55 +00:00
robolectric.go Make test_options.timeout an int64 2019-05-30 11:19:32 -07:00
sdk.go Use correct system_modules with core.current.stubs 2019-06-06 14:15:00 +01:00
sdk_library.go Add No_dist property 2019-05-15 12:20:03 +09:00
sdk_test.go Rename EXPERIMENTAL_USE_OPENJDK9 to EXPERIMENTAL_JAVA_LANGUAGE_LEVEL_9. 2019-05-09 15:36:29 +01:00
support_libraries.go Make MakeVarsContext a PathContext 2019-02-07 22:31:04 +00:00
system_modules.go Disable the system-modules plugin for jlink invocations. 2019-06-06 18:59:46 +01:00
testing.go Use correct system_modules with core.current.stubs 2019-06-06 14:15:00 +01:00