platform_build_soong/java
Pete Gillin 880f964f16 Tidy up the definition of sdkCore.
Compared to the effect of the toModule function, this (a) sets
noFrameworkLibs to true, which seems logically correct, and (b) stops
setting java9Classpath, which was redundant since the same stubs are
available in 1.9+ builds via the systemModules setting. (This brings
sdkCore into line with sdkCorePlatform in both cases.)

Test: m art.module.api.annotations
Change-Id: I61a868bc363a3bf174725b78c0a1657021cfe08a
2020-07-01 13:17:16 +01:00
..
config Rename the Default* constants in java/config. 2020-07-01 12:40:58 +01:00
Android.bp Add support for running Android lint on java and android modules. 2020-06-16 15:44:16 -07:00
OWNERS Add ART folks to owner of dexpreopt related file. 2019-04-30 15:33:49 +01:00
aapt2.go Add rules to handle asset resources. 2020-01-16 12:19:49 -08:00
aar.go Add support for running Android lint on java and android modules. 2020-06-16 15:44:16 -07:00
android_manifest.go Always use "${codename}.${sha}" if UNBUNDLED_BUILD_TARGET_SDK_WITH_API_FINGERPRINT=true 2020-03-04 22:05:11 +00:00
android_resources.go Separate device and product overlays 2019-03-21 11:25:46 +00:00
androidmk.go Revert "Always run package check" 2020-06-03 17:15:15 +00:00
androidmk_test.go java_sdk_library: Require xml permission file only if it is generated 2020-06-16 19:20:23 +08:00
app.go Merge "Add support for running Android lint on java and android modules." 2020-06-18 01:16:40 +00:00
app_builder.go Add support for remote-execution / caching of jar/zip actions 2020-05-28 11:56:48 -07:00
app_test.go Remove most paths from java.TestConfig 2020-06-09 14:38:39 -07:00
builder.go Revert "Always run package check" 2020-06-03 17:15:15 +00:00
device_host_converter.go Use inclusive language in build/soong 2020-06-11 15:33:16 -07:00
device_host_converter_test.go Add method to determine variations from a Target 2019-10-16 14:52:30 -07:00
dex.go Add support for remote-execution / caching of jar/zip actions 2020-05-28 11:56:48 -07:00
dexpreopt.go Rename dexpreopt.config field to bring it in sync with Make. 2020-06-12 14:47:50 +01:00
dexpreopt_bootjars.go Merge "Remove host boot image from boot.zip." 2020-06-11 10:04:58 +00:00
dexpreopt_bootjars_test.go Remove host boot image from boot.zip. 2020-06-10 15:54:23 +01:00
dexpreopt_config.go Raise an error instead of panic in SplitApexJarPairs. 2020-05-12 12:27:50 +01:00
dexpreopt_test.go Add a rule about platform_apis 2019-07-29 20:48:30 +09:00
droiddoc.go Remove the concept of useDefaultLibs from Soong. 2020-07-01 12:40:58 +01: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 Add --no-force-assign-all for java_sdk_library 2020-05-20 08:19:56 +01:00
hiddenapi_singleton.go Split the core/platform API into stable and legacy versions. 2020-06-08 10:53:51 +01:00
jacoco.go Tune JVM, print full diagnostics on crash. 2019-06-11 13:30:13 -07:00
jacoco_test.go Change syntax for jacoco filter wildcard params. 2018-01-29 12:46:26 -08:00
java.go Remove the concept of useDefaultLibs from Soong. 2020-07-01 12:40:58 +01:00
java_resources.go Track sources for srcjars across modules 2019-05-06 14:22:26 -07:00
java_test.go Do not override "-g:source,lines" for host java binaries when PRODUCT_MINIMIZE_JAVA_DEBUG_INFO is set. 2020-06-15 21:33:49 -04:00
jdeps.go AIDEGen: Add path attribute to okhttp module. 2020-05-21 11:25:51 +08:00
jdeps_test.go jarjar_rules: accept file-group 2019-01-23 18:05:18 +00:00
kotlin.go Fix annotation processors in kotlin modules that generate resources 2020-06-18 15:58:28 -07:00
kotlin_test.go Repeat kapt processor argument for multiple processors 2020-04-22 20:43:37 -07:00
lint.go Support adding extra lint checks 2020-06-18 15:58:32 -07:00
lint_defaults.txt Add support for running Android lint on java and android modules. 2020-06-16 15:44:16 -07:00
platform_compat_config.go Add support for compat config in APEX. 2020-02-05 13:33:50 +00:00
plugin.go Consolidate adding common java properties 2020-06-15 18:16:10 -07:00
plugin_test.go Java test code clean-up 2019-07-17 11:15:09 -07:00
prebuilt_apis.go Use system modules for prebuilt SDKs >=30 2020-05-15 17:21:58 -07:00
proto.go Default to compiling lite protos 2019-10-26 20:35:13 +00:00
robolectric.go Add support for running Android lint on java and android modules. 2020-06-16 15:44:16 -07:00
sdk.go Tidy up the definition of sdkCore. 2020-07-01 13:17:16 +01:00
sdk_library.go Merge "java_sdk_library: Require xml permission file only if it is generated" 2020-06-20 03:19:17 +00:00
sdk_test.go Tidy up the definition of sdkCore. 2020-07-01 13:17:16 +01: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 Remove old SdkMemberType API for creating snapshot modules 2020-03-23 08:48:03 +00:00
testing.go Prepare Soong for switch to stable core/platform API. 2020-07-01 11:31:30 +01:00
tradefed.go Add tradefed_java_library_host 2019-10-18 15:14:15 -07:00