platform_build_soong/java
Aurimas Liutikas 2d732e0070 Do not include any documentation when building stubs
We only need documentation (javadocs) when building docs stubs,
for regular stubs, we can drop printing out all the docs.

Tested with:
touch frameworks/base/core/java/android/view/View.java && time make -j framework

Before (with just r.android.com/1254909)
Run #1 2m4.779s
Run #2 2m6.672s
Run #3 2m4.179s

Average: 125.2 seconds

After (with this patch and r.android.com/1254909)
Run #1 1m58.682s
Run #2 1m58.820s
Run #3 1m57.724s

Average: 118.4 seconds

Speedup ~6.8 seconds (5.4%)

Bug: 151160048
Test: make checkapi
Change-Id: I27eafb5a61bb9d26a74ca25f84c9daca17a8394f
Merged-in: I27eafb5a61bb9d26a74ca25f84c9daca17a8394f
2020-03-19 14:46:17 -07:00
..
config Update ike.jar's name in code coverage configuration 2020-02-25 00:47:30 -08:00
aapt2.go Add rules to handle asset resources. 2020-01-16 12:19:49 -08:00
aar.go Merge "Allow for setting a logging_parent for an Android App." 2020-02-18 22:57:31 +00:00
android_manifest.go Always use "${codename}.${sha}" if UNBUNDLED_BUILD_TARGET_SDK_WITH_API_FINGERPRINT=true 2020-03-03 12:06:30 +00:00
android_resources.go
androidmk.go Export the cert path for runtime_resource_overlay. 2020-01-31 10:39:40 -08:00
androidmk_test.go AndroidMk for the hostdex library has separate AndroidMkEntries 2019-12-11 17:27:07 +09:00
app.go bundle config contains (path,manifest) pairs of embedded APKs 2020-03-01 03:59:11 +00:00
app_builder.go Reland "Also package recursive jni_libs deps of android_apps as well as direct deps." with bug fix. 2019-12-17 16:55:20 -08:00
app_test.go Move NDK test modules into cc/testing.go 2020-02-19 18:59:15 -08:00
builder.go Add support for experimentally enabling RBE support on specific rules. 2020-01-28 12:42:47 -05:00
device_host_converter.go jacoco correctly gathers info from APK-in-APEX 2020-01-08 14:49:31 +09:00
device_host_converter_test.go Add method to determine variations from a Target 2019-10-16 14:52:30 -07:00
dex.go Merge "Add support for experimentally enabling RBE support on specific rules." 2020-01-28 19:49:05 +00:00
dexpreopt.go Do all dexpreoptDisabled checks before registering a dex2oat host dep. 2020-02-13 17:46:48 +00:00
dexpreopt_bootjars.go Set '--force-determinism' option for boot image compilation. 2020-03-11 10:24:49 +00:00
dexpreopt_bootjars_test.go Reland: Move the Once cache for dexpreopt.GlobalConfig into the 2020-02-13 17:46:48 +00:00
dexpreopt_config.go Add system server jars expressed in make in the system server classpath. 2020-02-17 19:47:05 +00:00
dexpreopt_test.go Add a rule about platform_apis 2019-07-29 20:48:30 +09:00
droiddoc.go Do not include any documentation when building stubs 2020-03-19 14:46:17 -07:00
gen.go Shard aidl compiles into srcjars 2019-10-04 14:00:36 -07:00
genrule.go Dedup java genrule module type registration 2019-12-19 19:19:40 +00:00
hiddenapi.go Expect added members for instrumented modules 2020-02-25 11:34:28 +00:00
hiddenapi_singleton.go Use flag names with merge_csv.py. 2020-02-19 13:24:04 +00:00
jacoco.go
jacoco_test.go
java.go Fix apex_available 2020-03-11 16:38:21 +09:00
java_resources.go
java_test.go Move NDK test modules into cc/testing.go 2020-02-19 18:59:15 -08:00
jdeps.go Sandbox soong_build by changing to root directory 2020-01-11 01:11:46 +00:00
jdeps_test.go
kotlin.go Add support for experimentally enabling RBE support on specific rules. 2020-01-28 12:42:47 -05:00
kotlin_test.go Java test code clean-up 2019-07-17 11:15:09 -07:00
OWNERS
platform_compat_config.go Add support for compat config in APEX. 2020-02-05 13:33:50 +00:00
plugin.go
plugin_test.go Java test code clean-up 2019-07-17 11:15:09 -07:00
prebuilt_apis.go Dedup prebuilt apis module type/mutator registration 2019-12-19 19:19:40 +00:00
proto.go Default to compiling lite protos 2019-10-26 20:35:13 +00:00
robolectric.go AndroidMkEntries() returns multiple AndroidMkEntries structs 2019-12-11 17:25:27 +09:00
sdk.go Always use "${codename}.${sha}" if UNBUNDLED_BUILD_TARGET_SDK_WITH_API_FINGERPRINT=true 2020-03-03 12:06:30 +00:00
sdk_library.go Fix apex_available 2020-03-11 16:38:21 +09:00
sdk_test.go sdk_version: "system_server_current" 2020-02-12 04:36:43 +09:00
support_libraries.go Allow other module types in androidx 2019-07-22 13:18:48 -07:00
sysprop.go Create public stub for platform's sysprop_library 2019-12-19 09:35:23 +09:00
system_modules.go Allow java_system_modules_import to replace java_system_modules 2020-02-19 14:24:15 +00:00
testing.go Move NDK test modules into cc/testing.go 2020-02-19 18:59:15 -08:00
tradefed.go Add tradefed_java_library_host 2019-10-18 15:14:15 -07:00