aboutsummaryrefslogtreecommitdiff
path: root/apex/apex_test.go
AgeCommit message (Expand)Author
2021-04-02Merge "Revert "Revert "Add min_sdk_version to java_import."""Jaewoong Jung
2021-04-02Revert "Revert "Add min_sdk_version to java_import.""Jaewoong Jung
2021-04-02Merge "Revert "Add min_sdk_version to java_import.""Jaewoong Jung
2021-04-02Revert "Add min_sdk_version to java_import."Jaewoong Jung
2021-04-01Merge "Add min_sdk_version to java_import."Jaewoong Jung
2021-04-01Merge "Revert "Allow dependencies from platform variants to APEX modules.""Nikita Ioffe
2021-04-01Revert "Allow dependencies from platform variants to APEX modules."Nikita Ioffe
2021-04-01Remove apexFixtureFactoryPaul Duffin
2021-04-01Merge "Allow dependencies from platform variants to APEX modules."Martin Stjernholm
2021-04-01Merge ""current" is implicitly added to stubs.versions"Treehugger Robot
2021-04-01"current" is implicitly added to stubs.versionsJiyong Park
2021-03-31Add min_sdk_version to java_import.Jaewoong Jung
2021-03-31Convert testDexpreoptWithApexes to use test fixturesPaul Duffin
2021-03-31Convert TestApexPermittedPackagesRules to use test fixturesPaul Duffin
2021-03-30Rename OptionalPath.RelativeToPath -> RelativeToTopPaul Duffin
2021-03-30Remove extraneous calls to TestingBuildParams.RelativeToTop()Paul Duffin
2021-03-30Automatically call TestingBuildParams.RelativeToTop()Paul Duffin
2021-03-30Merge "Stop JavaSdkLibrary_... tests requiring absolute path"Paul Duffin
2021-03-30Merge "Remove buildDir from apex package"Paul Duffin
2021-03-30Allow dependencies from platform variants to APEX modules.Martin Stjernholm
2021-03-30Merge changes Iaa6411b5,I2118b8a2,Ibbdd3cbd,I2d1bbda2Martin Stjernholm
2021-03-29Stop JavaSdkLibrary_... tests requiring absolute pathPaul Duffin
2021-03-29Remove buildDir from apex packagePaul Duffin
2021-03-28Prune test preparers in apex/boot_image_test.goPaul Duffin
2021-03-28Don't use APEX stubs between internal libs in the same APEX whenMartin Stjernholm
2021-03-24Convert test that disallows non existent paths to use fixturesPaul Duffin
2021-03-22Remove emptyFixtureFactory from apex and javaPaul Duffin
2021-03-20Cleanup the now unused testCustomizerPaul Duffin
2021-03-20Convert test specific customizers to FixturePreparersPaul Duffin
2021-03-20Convert shared customizer functions to return FixturePreparersPaul Duffin
2021-03-20Allow test handlers to be either FixturePreparer or testCustomizerPaul Duffin
2021-03-20Switch testApex and related methods to use test fixturesPaul Duffin
2021-03-18Merge "Define __ANDROID_VENDOR__ and __ANDROID_PRODUCT__"Justin Yun
2021-03-17Add prebuilt_platform_compat_configPaul Duffin
2021-03-15Add new compat_configs property to the apexPaul Duffin
2021-03-15Convert TestCompatConfig test to use test fixturesPaul Duffin
2021-03-15Merge "Don't track modules that are only available to APEXes."satayev
2021-03-15Merge "Convert ...InstallHwasan.. tests to use fixtures"Paul Duffin
2021-03-15Merge "Treat core_platform as stable unless module uses legacy"Nicolas Geoffray
2021-03-15Define __ANDROID_VENDOR__ and __ANDROID_PRODUCT__Justin Yun
2021-03-12Convert ...InstallHwasan.. tests to use fixturesPaul Duffin
2021-03-11Don't track modules that are only available to APEXes.Artur Satayev
2021-03-11Add apexFixtureFactory to apex packagePaul Duffin
2021-03-10Merge "Extract apex registration code into function for reuse"Paul Duffin
2021-03-10Treat core_platform as stable unless module uses legacyPaul Duffin
2021-03-09Extract apex registration code into function for reusePaul Duffin
2021-03-09Run "prebuilt_postdeps" mutator againJooyung Han
2021-03-08Merge "Remove extra return value from testApex"Colin Cross
2021-03-05Fix mutator ordering issue in apex testsPaul Duffin
2021-03-05Merge "Friendly error message on apex_available and min_sdk_version checks"Treehugger Robot