Colin Cross 95fad7a56e Always propagate some environment variables to RBE 3 years ago
..
config 29c294b2cf Time out and dump stacks from R8 processes after 30 minutes 3 years ago
Android.bp 438eb57a27 Separate monolithic hidden API processing from hiddenAPIFlagFileInfo 3 years ago
OWNERS 5b6061d6aa Add ART folks to owner of dexpreopt related file. 5 years ago
aapt2.go 60d6d57771 Improve comments in java/aapt2.go 3 years ago
aar.go 9231537fe2 SdkSpec is fully using ApiLevel 3 years ago
android_manifest.go 9231537fe2 SdkSpec is fully using ApiLevel 3 years ago
android_resources.go 42da69d784 Add preparer for overlay pre-singleton registration 3 years ago
androidmk.go 7a31855228 add the LOCAL_DISABLE_TEST_CONFIG variable 3 years ago
androidmk_test.go 7a31855228 add the LOCAL_DISABLE_TEST_CONFIG variable 3 years ago
app.go d7586b6526 Refactor vendor snapshot to use LinkableInterface. 3 years ago
app_builder.go 77cdcfdeaf Move android package on top of remotexec 3 years ago
app_import.go d1fac64807 Adding relative_install_path field to android_app_import 3 years ago
app_import_test.go d1fac64807 Adding relative_install_path field to android_app_import 3 years ago
app_set.go f9b44657c8 Break up app.go. 3 years ago
app_set_test.go f71e4ed326 Remove uses of buildDir from java/app_set_test.go 3 years ago
app_test.go a71a67a4f5 Remove extraneous calls to TestingBuildParams.RelativeToTop() 3 years ago
base.go 1c564cc9c9 Use stem when filtering boot jars. 3 years ago
boot_jars.go 78349b56a0 Record the actual APEXes that a module is part of. 3 years ago
bootclasspath.go 18cf19745e Remove bootclasspathApiInfo 3 years ago
bootclasspath_fragment.go 1b75a3ce62 Add exemption for framework-sdkextensions-classpaths boot jar. 3 years ago
bootclasspath_fragment_test.go 8018e50ddb Tighten bootclasspath_fragment property validation 3 years ago
builder.go a4eafddc41 Support multiple rsp files in REParams 3 years ago
classpath_fragment.go 227e745e56 Rename generate proto config file to match classpath type. 3 years ago
device_host_converter.go 62751102a9 Clear remains of java.Dependency interface. 3 years ago
device_host_converter_test.go 405af07859 Revert "Make lots of tests run in parallel" 3 years ago
dex.go 29c294b2cf Time out and dump stacks from R8 processes after 30 minutes 3 years ago
dexpreopt.go 4dda75e73e Add usesTargetFiles option in dexpreopt_gen 3 years ago
dexpreopt_bootjars.go 40aa4363cb Merge "Workaround to make AlwaysUsePrebuiltSdks() work with platform_bootclasspath" 3 years ago
dexpreopt_bootjars_test.go 2fc82ad044 Build boot images in bootclasspath_fragment/platform_bootclasspath 3 years ago
dexpreopt_config.go 8fab6f86af Populate individual classpath_fragments' classpaths.proto configs. 3 years ago
dexpreopt_test.go 1b784a7caa Skip TestDex2oatToolDeps on Darwin. 3 years ago
droiddoc.go edd61643be Stop filtering html files from droidstubs input 3 years ago
droiddoc_test.go a71a67a4f5 Remove extraneous calls to TestingBuildParams.RelativeToTop() 3 years ago
droidstubs.go 556e8149cb Remove sourcepath argument from metalava invocations 3 years ago
droidstubs_test.go 8095c29597 Remove support for unsandboxed metalava 3 years ago
gen.go 263426431a Take Module implementations out of java/java.go. 3 years ago
genrule.go b0f850784a Dedup java genrule module type registration 4 years ago
hiddenapi.go 0916595b1c Refactor hiddenAPIEncodeDex for use by bootclasspath_fragment 3 years ago
hiddenapi_modular.go 32cf58a8fc Support removed API members in modular hidden API processing 3 years ago
hiddenapi_monolithic.go 6237092391 Fix hidden API flags in com.android.i18n 3 years ago
hiddenapi_singleton.go be10503d3a Drop "prebuilt_" prefixes from names registered in ApexInfo.InApexXxx. 3 years ago
hiddenapi_singleton_test.go 0d586581d1 Add a test for hidden API encoding of java_sdk_library 3 years ago
jacoco.go 2f748692dd Use a default exclude filter for JaCoCo in Soong. 3 years ago
jacoco_test.go 405af07859 Revert "Make lots of tests run in parallel" 3 years ago
java.go 0e4ccebb16 Don't fail if the target module is disabled in dex2oat tool 3 years ago
java_resources.go 0c4ce21615 Track sources for srcjars across modules 5 years ago
java_test.go 1d2b6b3b2e Move java_sdk_library tests to sdk_library_test.go 3 years ago
jdeps.go dcf71b299c Convert java.Dependency to JavaInfo provider 3 years ago
jdeps_test.go 405af07859 Revert "Make lots of tests run in parallel" 3 years ago
kotlin.go d47f4ac828 Silence kotlinc JDK9 warnings 3 years ago
kotlin_test.go b148a49319 Remove uses of buildDir from java/kotlin_test.go 3 years ago
legacy_core_platform_api_usage.go 7d1f1cf27c Merge "Add test suite to legacy core platform allowlist." 3 years ago
lint.go 95fad7a56e Always propagate some environment variables to RBE 3 years ago
lint_defaults.txt 70acc3dc0c Update soong for new lint version 3 years ago
lint_test.go 476b9d6d17 Strict updatability linting against dependencies. 3 years ago
platform_bootclasspath.go 32cf58a8fc Support removed API members in modular hidden API processing 3 years ago
platform_bootclasspath_test.go 70975ac815 Merge "Rename generate proto config file to match classpath type." 3 years ago
platform_compat_config.go 0c2e08312c Extract IsModuleInVersionedSdk 3 years ago
platform_compat_config_test.go 001b2342f7 Add platform_compat_config to sdk 3 years ago
plugin.go c029c43c99 Register java_plugin in PrepareForTestWithJavaBuildComponents 3 years ago
plugin_test.go 405af07859 Revert "Make lots of tests run in parallel" 3 years ago
prebuilt_apis.go fa5e6b50aa Remove special case code for obsolete files 3 years ago
proto.go bc15e3a798 Improve java.go readability. 3 years ago
robolectric.go 2787e8e65e Support robolectric prebuilts in android_robolectric_test 3 years ago
rro.go 5d1b929f21 Port module_partition logic for RRO from Make to Soong 3 years ago
rro_test.go 5d1b929f21 Port module_partition logic for RRO from Make to Soong 3 years ago
sdk.go b75031e918 Merge "Replace source based system server stubs" 3 years ago
sdk_library.go f0eace9eed Remove core_lib property from java_sdk_library 3 years ago
sdk_library_external.go 75ce9eccf3 Remove global state from sysprop libraries 3 years ago
sdk_library_test.go 67c17aede8 Don't use unsafe_ignore_missing_latest_api in TestJavaSdkLibraryDist 3 years ago
sdk_test.go 79abe57f53 Remove FixturePreparer.Extend() 3 years ago
support_libraries.go 817850063b Allow other module types in androidx 4 years ago
system_modules.go 2d3da31d41 Make all SdkMemberTypes support transitive member deps 3 years ago
system_modules_test.go 55e740e9a6 Remove varargs from RunTest(t *testing.T) 3 years ago
systemserver_classpath_fragment.go 4ab2dd1afe Merge changes I0116f5f4,I950c9b54,I967f5c42 3 years ago
systemserver_classpath_fragment_test.go 227e745e56 Rename generate proto config file to match classpath type. 3 years ago
testing.go 6fae608181 Merge changes I4e7a7ac5,I0c73361b 3 years ago
tradefed.go f0f2e2cf79 Add tradefed_java_library_host 4 years ago