aboutsummaryrefslogtreecommitdiff
path: root/java/hiddenapi_singleton_test.go
Commit message (Expand)AuthorAgeFilesLines
* Enable hiddenapi check for exportable stubsJihoon Kang2024-01-121-5/+8
* Replace panic with ModuleErrorfSpandan Das2024-01-091-1/+2
* Prepare tests for dexpreopt changes.Jiakai Zhang2023-05-111-1/+3
* Propagate the dex jar path as an OptionalPath which is either valid orMartin Stjernholm2021-09-231-1/+2
* Add a test for hidden API encoding of java_sdk_libraryPaul Duffin2021-05-171-0/+53
* Refactor special handling of hidden API encoding for master-artPaul Duffin2021-05-141-4/+1
* Move monolithic stub flags generation to platform_bootclasspathPaul Duffin2021-04-221-10/+24
* Move hidden API index file rule to platform_bootclasspathPaul Duffin2021-04-141-55/+0
* Improve realism of boot jar testsPaul Duffin2021-04-131-13/+7
* Remove FixturePreparer.Extend()Paul Duffin2021-04-011-8/+16
* Remove extraneous calls to TestingBuildParams.RelativeToTop()Paul Duffin2021-03-301-6/+6
* Remove javaFixtureFactoryPaul Duffin2021-03-241-1/+2
* Remove uses of buildDir in java/hiddenapi_singleton_test.goPaul Duffin2021-03-241-17/+17
* Fix hiddenapi tests to work without javaMockFS()Paul Duffin2021-03-161-0/+8
* Convert hiddenapi tests to use test fixturesPaul Duffin2021-03-161-107/+77
* Avoid hiddenapi ignoring prebuilt with missing dex implementation jarPaul Duffin2021-03-011-0/+23
* Remove implicit dependency from <x> -> <x>-hiddenapiPaul Duffin2021-02-161-7/+0
* Allow explicitly specified additional annotations for hiddenapiPaul Duffin2021-02-161-0/+19
* Ensure that <x>-hiddenapi modules are included in hiddenapi-index.csvPaul Duffin2021-02-111-0/+7
* Refactor the hiddenAPI() method for reusabilityPaul Duffin2021-02-081-9/+1
* Remove duplicate entries from hiddenapi filesPaul Duffin2021-02-071-2/+0
* Add test for hiddenAPI index file generationPaul Duffin2021-02-071-7/+49
* Detect empty apex in ConfiguredJarListPaul Duffin2021-02-041-5/+5
* Enable prebuilt hiddenapi CSV files.Bill Peckham2021-01-191-7/+53
* Automatically set uncompress_dex for java_import.Bill Peckham2020-12-231-1/+1
* Pass Config to NewTestContext instead of ctx.RegisterColin Cross2020-11-121-3/+3
* Cleanup usages of CreateConfiguredJarListPaul Duffin2020-10-271-1/+1
* Switch BootJars/UpdatableBootJars to ConfiguredJarListPaul Duffin2020-10-271-1/+1
* Revert "Make lots of tests run in parallel"Colin Cross2020-10-091-5/+0
* Make lots of tests run in parallelColin Cross2020-10-061-0/+5
* Make hiddenapi use prebuilt stubs when it shouldAnton Hansson2020-09-181-7/+90
* Add hidden_api for java_importLiz Kammer2020-09-101-0/+136