summaryrefslogtreecommitdiff
path: root/java/testing.go
AgeCommit message (Expand)Author
2021-09-22Add annotations.zip support to java_sdk_library Anton Hansson
2021-09-20Merge "Add test to TestJavaStableSdkVersion for legacy core platform" Treehugger Robot
2021-09-16Add test to TestJavaStableSdkVersion for legacy core platform Paul Duffin
2021-09-16Revert^2 "Preopt APEX system server jars." Jiakai Zhang
2021-09-15Revert "Preopt APEX system server jars." Adrian Roos
2021-09-15Preopt APEX system server jars. Jiakai Zhang
2021-07-22Rename UpdatableBootJars to ApexBootJars. satayev
2021-06-29"module_current" and "system_server_current" should contain ART's @SystemApi(... Victor Chang
2021-06-22Append platform classpath proto configs with missing apex jars. satayev
2021-06-20Make CheckHiddenAPIRuleInputs more reusable Paul Duffin
2021-05-20Merge changes I4e7a7ac5,I0c73361b Jiyong Park
2021-05-18Don't fail if the target module is disabled in dex2oat tool Martin Stjernholm
2021-05-18Rename InApexes -> InApexVariants Jiyong Park
2021-05-10Strict updatability linting against dependencies. Jaewoong Jung
2021-05-07Split SYSTEMSERVERCLASSPATH entries from platform_bootclasspath. satayev
2021-04-23Rename BootImageModule to BootclasspathFragmentModule Paul Duffin
2021-04-23Generalize the platformBootclasspathDepsMutator Paul Duffin
2021-04-21bootclasspath_fragment: Add contents to snapshot Paul Duffin
2021-04-13Improve realism of boot jar tests Paul Duffin
2021-04-08Allow platform_bootclasspath to specify contributing fragments Paul Duffin
2021-04-08Add dependencies from platform_bootclasspath to contents Paul Duffin
2021-03-31Add a new platform_bootclasspath module type Paul Duffin
2021-03-31Remove unused java testing methods Paul Duffin
2021-03-24Convert test that disallows non existent paths to use fixtures Paul Duffin
2021-03-24Group all the preparations needed for testing dexpreopt Paul Duffin
2021-03-24Separate methods used for fixture based and legacy tests Paul Duffin
2021-03-24Register java_plugin in PrepareForTestWithJavaBuildComponents Paul Duffin
2021-03-23Merge "Add platform_compat_config to sdk" Paul Duffin
2021-03-22Add preparer for overlay pre-singleton registration Paul Duffin
2021-03-22Add platform_compat_config to sdk Paul Duffin
2021-03-21Java build components require android build components Paul Duffin
2021-03-18Remove javaMockFS() Paul Duffin
2021-03-15Provide support for preparing tests with prebuilt_apis Paul Duffin
2021-03-14Extract PrepareForTestWithJavaSdkLibraryFiles from javaMockFS() Paul Duffin
2021-03-10Support test fixtures in java package Paul Duffin
2021-03-01Allow java_sdk_library_import to contribute to hiddenapi processing Paul Duffin
2021-02-08Refactor the hiddenAPI() method for reusability Paul Duffin
2021-01-30Fix some minor issues with boot_image Paul Duffin
2021-01-26Add boot_image module type Paul Duffin
2021-01-26Merge "Make dexpreopt tools available for all java tests" Paul Duffin
2021-01-25Make dexpreopt tools available for all java tests Paul Duffin
2021-01-25Minor cleanup in prebuilt_apis Anton Hansson
2021-01-21Switch dex_bootjars to a singleton module Paul Duffin
2021-01-21Add java.RegisterRequiredBuildComponentsForTest function Paul Duffin
2020-12-21Add attribute to disable last-api compat tracking Anton Hansson
2020-10-27Unify handling of compat and normal libs in class loader contexts. Ulya Trafimovich
2020-09-30Add support for using sdk_version: "module_<ver>" Paul Duffin
2020-09-18Make hiddenapi use prebuilt stubs when it should Anton Hansson
2020-09-14Merge "Add hidden_api for java_import" Liz Kammer
2020-09-10Add hidden_api for java_import Liz Kammer