summaryrefslogtreecommitdiff
path: root/java/hiddenapi_singleton_test.go
AgeCommit message (Expand)Author
2025-02-12Don't panic in ModuleForTests and friends Colin Cross
2025-01-31Add t.Parallel() to java tests Colin Cross
2024-08-09Add PrepareForTestWithBuildFlag Colin Cross
2024-05-15Disable monolithic hiddenapi flags generation for non java devices. Spandan Das
2024-05-08Revert^2 "Remove compilation actions from java sdk library" Jihoon Kang
2024-01-12Enable hiddenapi check for exportable stubs Jihoon Kang
2024-01-09Replace panic with ModuleErrorf Spandan Das
2023-05-11Prepare tests for dexpreopt changes. Jiakai Zhang
2021-09-23Propagate the dex jar path as an OptionalPath which is either valid or Martin Stjernholm
2021-05-17Add a test for hidden API encoding of java_sdk_library Paul Duffin
2021-05-14Refactor special handling of hidden API encoding for master-art Paul Duffin
2021-04-22Move monolithic stub flags generation to platform_bootclasspath Paul Duffin
2021-04-14Move hidden API index file rule to platform_bootclasspath Paul Duffin
2021-04-13Improve realism of boot jar tests Paul Duffin
2021-04-01Remove FixturePreparer.Extend() Paul Duffin
2021-03-30Remove extraneous calls to TestingBuildParams.RelativeToTop() Paul Duffin
2021-03-24Remove javaFixtureFactory Paul Duffin
2021-03-24Remove uses of buildDir in java/hiddenapi_singleton_test.go Paul Duffin
2021-03-16Fix hiddenapi tests to work without javaMockFS() Paul Duffin
2021-03-16Convert hiddenapi tests to use test fixtures Paul Duffin
2021-03-01Avoid hiddenapi ignoring prebuilt with missing dex implementation jar Paul Duffin
2021-02-16Remove implicit dependency from <x> -> <x>-hiddenapi Paul Duffin
2021-02-16Allow explicitly specified additional annotations for hiddenapi Paul Duffin
2021-02-11Ensure that <x>-hiddenapi modules are included in hiddenapi-index.csv Paul Duffin
2021-02-08Refactor the hiddenAPI() method for reusability Paul Duffin
2021-02-07Remove duplicate entries from hiddenapi files Paul Duffin
2021-02-07Add test for hiddenAPI index file generation Paul Duffin
2021-02-04Detect empty apex in ConfiguredJarList Paul Duffin
2021-01-19Enable prebuilt hiddenapi CSV files. Bill Peckham
2020-12-23Automatically set uncompress_dex for java_import. Bill Peckham
2020-11-12Pass Config to NewTestContext instead of ctx.Register Colin Cross
2020-10-27Cleanup usages of CreateConfiguredJarList Paul Duffin
2020-10-27Switch BootJars/UpdatableBootJars to ConfiguredJarList Paul Duffin
2020-10-09Revert "Make lots of tests run in parallel" Colin Cross
2020-10-06Make lots of tests run in parallel Colin Cross
2020-09-18Make hiddenapi use prebuilt stubs when it should Anton Hansson
2020-09-10Add hidden_api for java_import Liz Kammer