platform_build_soong/java
Paul Duffin 9b478b0831 Generate .srcjar for prebuilt_stubs_sources
Changes prebuilt_stubs_sources to generate a .srcjar from its input
instead of just exposing the srcs it is given. This ensures that it can
be used as a drop in replacement for a droidstubs module.

Updates the test for prebuilt_stubs_sources to be more representative
of the actual use made of it by sdk snapshot which outputs a directory
not a glob pattern. Added some documentation of the
prebuilts_stubs_sources srcs property to make it clear that it is
supposed to be a set of directories.

Extracts common code from sdk/testing.go for normalizing path/paths
for testing.

Bug: 143678475
Test: m conscrypt-module-sdk conscrypt-module-host-sdk conscrypt-module-test-sdk
      unzip those in place of external/conscrypt
	  build core-current-stubs-source which expects it to provide a .srcjar.
Change-Id: I8204a022557a9b0b45e19eac79ecba98ff95213d
2019-12-20 08:13:45 +00:00
..
config Add updatable_media_stub to framework 2019-12-19 11:57:47 +09:00
aapt2.go Move sharding functions for reuse 2019-09-29 23:26:37 -07:00
aar.go Dedup registration code for module types and singletons 2019-12-19 10:09:53 +00:00
android_manifest.go Touch up manifest if there's no source code. 2019-06-03 10:51:42 -07:00
android_resources.go
androidmk.go hostdex:true modules are available for platform 2019-12-16 15:19:13 +09:00
androidmk_test.go AndroidMk for the hostdex library has separate AndroidMkEntries 2019-12-11 17:27:07 +09:00
app.go Dedup registration code for module types and singletons 2019-12-19 10:09:53 +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 Merge "Reland "Also package recursive jni_libs deps of android_apps as well as direct deps." with bug fix." 2019-12-18 23:29:58 +00:00
builder.go Fix turbine classpath arguments 2019-11-07 02:05:06 +00:00
device_host_converter.go Add exported_plugins to java.Library. 2019-11-26 19:05:26 +00:00
device_host_converter_test.go Add method to determine variations from a Target 2019-10-16 14:52:30 -07:00
dex.go Remove passing -forceprocessing flag to R8 2019-11-27 12:40:07 +01:00
dexpreopt.go Revert "Consistently use either "boot" or "apex" boot image as the default." 2019-12-19 16:41:40 +00:00
dexpreopt_bootjars.go Revert "Consistently use either "boot" or "apex" boot image as the default." 2019-12-19 16:41:40 +00:00
dexpreopt_bootjars_test.go Move filesystem into Config 2019-12-18 08:19:10 -08:00
dexpreopt_config.go Revert "Consistently use either "boot" or "apex" boot image as the default." 2019-12-19 16:41:40 +00:00
dexpreopt_test.go Add a rule about platform_apis 2019-07-29 20:48:30 +09:00
droiddoc.go Generate .srcjar for prebuilt_stubs_sources 2019-12-20 08:13:45 +00: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
hiddenapi_singleton.go Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR 2019-12-19 02:11:10 +00:00
jacoco.go Tune JVM, print full diagnostics on crash. 2019-06-11 13:30:13 -07:00
jacoco_test.go
java.go Support java_sdk_library as java_libs of apex 2019-12-20 08:50:34 +09:00
java_resources.go Track sources for srcjars across modules 2019-05-06 14:22:26 -07:00
java_test.go Generate .srcjar for prebuilt_stubs_sources 2019-12-20 08:13:45 +00: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
kotlin.go Fix turbine classpath arguments 2019-11-07 02:05:06 +00:00
kotlin_test.go Java test code clean-up 2019-07-17 11:15:09 -07:00
OWNERS Add ART folks to owner of dexpreopt related file. 2019-04-30 15:33:49 +01:00
platform_compat_config.go Merge multiple compat_config.xml's. 2019-12-18 16:34:04 +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 Use java language 1.9 for sdk_version: "current" 2019-10-29 13:35:39 -07:00
sdk_library.go Support java_sdk_library as java_libs of apex 2019-12-20 08:50:34 +09:00
sdk_test.go Move filesystem into Config 2019-12-18 08:19:10 -08: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 Dedup system modules and sdk library module type registration 2019-12-19 19:19:40 +00:00
testing.go Merge "Add updatable_media_stub to framework" 2019-12-19 18:04:54 +00:00
tradefed.go Add tradefed_java_library_host 2019-10-18 15:14:15 -07:00