platform_build_soong/java
Artur Satayev 533b98cde3 Don't track modules that are only available to APEXes.
Modules that are not available for platform are developed with
updatability in mind, and do not require manual approvals.

Bug: 181223240
Test: checkbuild
Change-Id: I10b91053b3ef5a9ff5400d9d7a68fae3144a671c
2021-03-11 18:13:18 +00:00
..
config Add LOCAL_LICENSE_KINDS to build/soong 2021-02-06 04:23:21 +00:00
aapt2.go Improve comments in java/aapt2.go 2020-11-30 14:16:02 -08:00
aar.go Clear remains of java.Dependency interface. 2021-03-05 14:57:51 +00:00
Android.bp Remove global state from sysprop libraries 2021-02-26 16:28:12 -08:00
android_manifest.go Exempt framework-res from UseApiFingerprint 2021-03-05 19:54:31 +00:00
android_resources.go Add dependency to list of asset files 2020-12-11 19:54:16 +00:00
androidmk.go Propagate java resources in apps with no code 2021-02-26 16:28:12 -08:00
androidmk_test.go Add ctx to AndroidMkExtraEntriesFunc 2021-02-19 23:05:40 +00:00
app.go Don't track modules that are only available to APEXes. 2021-03-11 18:13:18 +00:00
app_builder.go Soong: remove output file before running signapk 2020-11-25 23:07:23 +01:00
app_import.go Lineage properties support module references. 2021-03-09 15:14:34 -08:00
app_import_test.go Lineage properties support module references. 2021-03-09 15:14:34 -08:00
app_set.go Break up app.go. 2020-12-21 12:31:51 -08:00
app_set_test.go Add ctx to AndroidMkExtraEntriesFunc 2021-02-19 23:05:40 +00:00
app_test.go Lineage properties support module references. 2021-03-09 15:14:34 -08:00
boot_image.go Allow cross-cutting dependencies like licenses. 2021-02-05 19:59:11 -08:00
boot_image_test.go Add boot_image module type 2021-01-26 13:00:07 +00:00
boot_jars.go Fix boot jar handling when both source and prebuilt APEXes and modules 2021-01-28 20:09:24 +00:00
builder.go Limit the number of the Java source files in a single compilation unit 2021-02-16 15:14:52 -08:00
device_host_converter.go Clear remains of java.Dependency interface. 2021-03-05 14:57:51 +00:00
device_host_converter_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
dex.go Allow missing classes in R8 builds 2021-02-22 12:09:01 +00:00
dexpreopt.go Add non-fatal mode for verify_uses_libraries check. 2021-02-22 15:41:03 +00:00
dexpreopt_bootjars.go Recognise the Google-signed ART APEXes as well. 2021-03-01 22:33:51 +00:00
dexpreopt_bootjars_test.go Add java.RegisterRequiredBuildComponentsForTest function 2021-01-21 11:47:32 +00:00
dexpreopt_config.go Move the logic to add jacocoagent in instrumentation builds to make. 2021-02-17 14:41:07 +00:00
dexpreopt_test.go Write module dexpreopt.config for Make. 2021-01-28 06:29:13 +00:00
droiddoc.go Pass ANDROID_SDK_HOME to metalava so it doesn't write to ~/.android 2021-03-05 14:01:44 -08:00
gen.go Use soong_zip -srcjar for proto and aidl srcjars 2020-12-23 17:13:16 -08:00
genrule.go
hiddenapi.go Avoid hiddenapi ignoring prebuilt with missing dex implementation jar 2021-03-01 12:58:28 +00:00
hiddenapi_singleton.go Sort hiddenapi monolithic files by signature 2021-02-16 17:38:08 +00:00
hiddenapi_singleton_test.go Avoid hiddenapi ignoring prebuilt with missing dex implementation jar 2021-03-01 12:58:28 +00:00
jacoco.go Use a default exclude filter for JaCoCo in Soong. 2020-07-08 19:29:10 +00:00
jacoco_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
java.go Merge "Revert "Revert "Attempt to run all java_test_host that look unit..."" 2021-03-06 02:40:44 +00:00
java_resources.go
java_test.go Support test fixtures in java package 2021-03-10 10:13:09 +00:00
jdeps.go Convert java.Dependency to JavaInfo provider 2021-02-09 15:36:25 -08:00
jdeps_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
kotlin.go Pass pctx and ctx to NewRuleBuilder 2020-12-01 16:22:16 -08:00
kotlin_test.go Support extra checks for ErrorProne in a dedicated property 2020-11-19 14:20:12 -08:00
legacy_core_platform_api_usage.go Reinstate the enforcement of stable core platform API usage 2021-03-05 21:29:41 +00:00
lint.go Add comment to lintPaths 2021-03-10 10:10:40 -08:00
lint_defaults.txt Add support for running Android lint on java and android modules. 2020-06-18 11:01:47 -07:00
OWNERS
platform_compat_config.go Add ctx to AndroidMkExtraEntriesFunc 2021-02-19 23:05:40 +00:00
plugin.go Consolidate adding common java properties 2020-06-18 11:01:47 -07:00
plugin_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
prebuilt_apis.go Use genrule instead of filegroup for api files 2021-02-17 17:16:43 +00:00
proto.go bp2build: convert paths/module refs to Bazel label 2021-02-04 13:45:56 -05:00
robolectric.go Support robolectric prebuilts in android_robolectric_test 2021-03-05 19:22:30 +00:00
rro.go go/Android.bp: Clarify sdk_version documentation. 2021-01-28 21:55:37 +00:00
rro_test.go cd to / before running soong_build . 2021-03-03 09:14:22 +01:00
sdk.go Merge "Fix api_fingerprint.txt generation" 2021-02-15 11:31:37 +00:00
sdk_library.go Allow java_sdk_library_import to contribute to hiddenapi processing 2021-03-01 12:58:28 +00:00
sdk_library_external.go Remove global state from sysprop libraries 2021-02-26 16:28:12 -08:00
sdk_test.go Pass Config to NewTestContext instead of ctx.Register 2020-11-12 10:07:49 -08:00
support_libraries.go
system_modules.go Convert java.Dependency to JavaInfo provider 2021-02-09 15:36:25 -08:00
testing.go Support test fixtures in java package 2021-03-10 10:13:09 +00:00
tradefed.go