- 5560712 Convert testDexpreoptWithApexes to use test fixtures by Paul Duffin · 4 years, 5 months ago
- 45338f0 Convert TestApexPermittedPackagesRules to use test fixtures by Paul Duffin · 4 years, 5 months ago
- afdd406 Rename OptionalPath.RelativeToPath -> RelativeToTop by Paul Duffin · 4 years, 5 months ago
- a71a67a Remove extraneous calls to TestingBuildParams.RelativeToTop() by Paul Duffin · 4 years, 5 months ago
- e8366da Automatically call TestingBuildParams.RelativeToTop() by Paul Duffin · 4 years, 5 months ago
- da0470d Merge "Stop JavaSdkLibrary_... tests requiring absolute path" by Paul Duffin · 4 years, 5 months ago
- a33da07 Merge "Remove buildDir from apex package" by Paul Duffin · 4 years, 5 months ago
- 38e9f0b Merge changes Iaa6411b5,I2118b8a2,Ibbdd3cbd,I2d1bbda2 by Martin Stjernholm · 4 years, 5 months ago
- cf8d7db Stop JavaSdkLibrary_... tests requiring absolute path by Paul Duffin · 4 years, 5 months ago
- 37ba344 Remove buildDir from apex package by Paul Duffin · 4 years, 5 months ago
- 52bfaa4 Prune test preparers in apex/boot_image_test.go by Paul Duffin · 4 years, 5 months ago
- 4e6c269 Don't use APEX stubs between internal libs in the same APEX when by Martin Stjernholm · 4 years, 5 months ago
- 76e5c8a Convert test that disallows non existent paths to use fixtures by Paul Duffin · 4 years, 5 months ago
- 70d3bee Remove emptyFixtureFactory from apex and java by Paul Duffin · 4 years, 5 months ago
- 40b6257 Cleanup the now unused testCustomizer by Paul Duffin · 4 years, 5 months ago
- 0a49fdc Convert test specific customizers to FixturePreparers by Paul Duffin · 4 years, 6 months ago
- 810f33d Convert shared customizer functions to return FixturePreparers by Paul Duffin · 4 years, 6 months ago
- 2be9dcd Allow test handlers to be either FixturePreparer or testCustomizer by Paul Duffin · 4 years, 6 months ago
- e05480a Switch testApex and related methods to use test fixtures by Paul Duffin · 4 years, 6 months ago
- b1d5479 Merge "Define __ANDROID_VENDOR__ and __ANDROID_PRODUCT__" by Justin Yun · 4 years, 5 months ago
- 1b29e00 Add prebuilt_platform_compat_config by Paul Duffin · 4 years, 6 months ago
- 3abc174 Add new compat_configs property to the apex by Paul Duffin · 4 years, 6 months ago
- a369c7b Convert TestCompatConfig test to use test fixtures by Paul Duffin · 4 years, 6 months ago
- 2338d6f Merge "Don't track modules that are only available to APEXes." by satayev · 4 years, 6 months ago
- ef0449b Merge "Convert ...InstallHwasan.. tests to use fixtures" by Paul Duffin · 4 years, 6 months ago
- fb856f6 Merge "Treat core_platform as stable unless module uses legacy" by Nicolas Geoffray · 4 years, 6 months ago
- 13decfb Define __ANDROID_VENDOR__ and __ANDROID_PRODUCT__ by Justin Yun · 4 years, 6 months ago
- a02cae3 Convert ...InstallHwasan.. tests to use fixtures by Paul Duffin · 4 years, 6 months ago
- 533b98c Don't track modules that are only available to APEXes. by Artur Satayev · 4 years, 6 months ago
- 37aad60 Add apexFixtureFactory to apex package by Paul Duffin · 4 years, 6 months ago
- 3d3f7a0 Merge "Extract apex registration code into function for reuse" by Paul Duffin · 4 years, 6 months ago
- 043f5e7 Treat core_platform as stable unless module uses legacy by Paul Duffin · 4 years, 6 months ago
- 667893c Extract apex registration code into function for reuse by Paul Duffin · 4 years, 6 months ago
- 86feead Run "prebuilt_postdeps" mutator again by Jooyung Han · 4 years, 6 months ago
- 110bca5 Merge "Remove extra return value from testApex" by Colin Cross · 4 years, 6 months ago
- 6d119b8 Fix mutator ordering issue in apex tests by Paul Duffin · 4 years, 6 months ago
- 4a349ab Merge "Friendly error message on apex_available and min_sdk_version checks" by Treehugger Robot · 4 years, 6 months ago
- ddebd2c Merge "cd to / before running soong_build ." by Lukács T. Berki · 4 years, 6 months ago
- 767dbd9 Friendly error message on apex_available and min_sdk_version checks by Jiyong Park · 4 years, 6 months ago
- f8dcf5e Make apex.updatable default to true. by Mathew Inwood · 4 years, 6 months ago
- 7690c09 cd to / before running soong_build . by Lukacs T. Berki · 4 years, 6 months ago
- fdf28ca Merge changes I3e6bc9b5,If9f8fb10 by Colin Cross · 4 years, 6 months ago
- 2807f00 Remove global state from VNDK apexes by Colin Cross · 4 years, 6 months ago
- 9b41efa Merge "Verify the prebuilt_apex selects the correct input apex file" by Paul Duffin · 4 years, 6 months ago
- 30c9fe9 Merge "Add test to verify the deapexer rule's input apex file" by Paul Duffin · 4 years, 6 months ago
- ce80f18 Merge "APEX uses the latest version of the stub" by Treehugger Robot · 4 years, 6 months ago
- 0d10c3c Verify the prebuilt_apex selects the correct input apex file by Paul Duffin · 4 years, 6 months ago
- f6932af Add test to verify the deapexer rule's input apex file by Paul Duffin · 4 years, 6 months ago
- 3785673 Allow java_sdk_library_import to contribute to hiddenapi processing by Paul Duffin · 4 years, 6 months ago
- 3985351 Retrieve dex implementation jars from apex for java_sdk_library_import by Paul Duffin · 4 years, 6 months ago
- 55549df APEX uses the latest version of the stub by Jiyong Park · 4 years, 6 months ago
- 277303f Merge "Add ctx to AndroidMkExtraEntriesFunc" by Treehugger Robot · 4 years, 6 months ago
- 1c46056 Remove extra return value from testApex by Colin Cross · 4 years, 6 months ago
- aa25553 Add ctx to AndroidMkExtraEntriesFunc by Colin Cross · 5 years ago
- 670e0f6 Linktype check error message becomes more correct by Jiyong Park · 4 years, 6 months ago
- dcf71b2 Convert java.Dependency to JavaInfo provider by Colin Cross · 4 years, 7 months ago
- 9d67ca6 Allow dex jars from prebuilt_apex to be used by hiddenapi by Paul Duffin · 4 years, 7 months ago
- 4fd997b Refactor the hiddenAPI() method for reusability by Paul Duffin · 4 years, 7 months ago
- f38931c Integrate hiddenapi processing into boot jars test by Paul Duffin · 4 years, 7 months ago
- 89886cb Ensure subtest failures are reported on subtest by Paul Duffin · 4 years, 7 months ago
- 11b0fbd cc: fix version macro for stubs by Jooyung Han · 4 years, 7 months ago
- c4e1731 Merge "Fix boot jar handling when both source and prebuilt APEXes and modules are present." by Martin Stjernholm · 4 years, 7 months ago
- 1dc0d6d Fix boot jar handling when both source and prebuilt APEXes and modules by Martin Stjernholm · 4 years, 7 months ago
- 99afe0d Merge "apex: checks min_sdk_version for preview/current" by Treehugger Robot · 4 years, 7 months ago
- d376f79 Make com.android.art related tests more realistic by Paul Duffin · 4 years, 7 months ago
- 092153d Fix problems with TestPrebuiltExportDexImplementationJars by Paul Duffin · 4 years, 7 months ago
- ed124c3 apex: checks min_sdk_version for preview/current by Jooyung Han · 4 years, 7 months ago
- 635aa08 Make dexpreopt tools available for all java tests by Paul Duffin · 4 years, 7 months ago
- 8479ea2 Merge "Allow createGlobalSoongConfig() to be used from tests" by Paul Duffin · 4 years, 7 months ago
- c44075b Merge "Add java.RegisterRequiredBuildComponentsForTest function" by Paul Duffin · 4 years, 7 months ago
- 9f04524 Allow createGlobalSoongConfig() to be used from tests by Paul Duffin · 4 years, 7 months ago
- d684e04 Merge "LOCAL_REQUIRED_MODULES from apex has ":32" or ":64" suffix" by Treehugger Robot · 4 years, 7 months ago
- c059c8c Add java.RegisterRequiredBuildComponentsForTest function by Paul Duffin · 4 years, 7 months ago
- 1c8e5e8 Merge changes from topic "prebuilt-hiddenapi" by Bill Peckham · 4 years, 7 months ago
- 57621b2 LOCAL_REQUIRED_MODULES from apex has ":32" or ":64" suffix by Jiyong Park · 4 years, 7 months ago
- 809eac3 Merge "Switch platform EH unwinder to prebuilt LLVM libunwind" by Ryan Prichard · 4 years, 7 months ago
- a41a696 Enable an apex to include a java_import. by Bill Peckham · 4 years, 8 months ago
- 064b70c Export dex implementation jars from prebuilt_apex by Paul Duffin · 4 years, 10 months ago
- b35a85e Switch platform EH unwinder to prebuilt LLVM libunwind by Ryan Prichard · 4 years, 8 months ago
- e4e44bc Split vndk_libraries_txt into multiple module types by Colin Cross · 4 years, 8 months ago
- 8a2600c Create vndkproduct.libraries.txt by Justin Yun · 4 years, 9 months ago
- 8bfb63c Merge "Break up app.go." by Jaewoong Jung · 4 years, 8 months ago
- 74c8436 Merge "Add attribute to disable last-api compat tracking" by Anton Hansson · 4 years, 8 months ago
- 18aefc1 Remove unnecessary snake case variables. by Jaewoong Jung · 4 years, 8 months ago
- 127bb8b Don't rewrite LLNDK dependencies with .llndk suffix by Colin Cross · 4 years, 9 months ago
- f9b4465 Break up app.go. by Jaewoong Jung · 4 years, 8 months ago
- dff2c78 Add attribute to disable last-api compat tracking by Anton Hansson · 4 years, 8 months ago
- a9c8c9f Call ctx.InstallFile for uninstallable cc modules by Colin Cross · 4 years, 9 months ago
- f1c48af Merge "arch specific dependencies are supported for apex" by Treehugger Robot · 4 years, 9 months ago
- 892a98f versioning macro is exported from prebuilt stubs as well by Jiyong Park · 4 years, 9 months ago
- f7c3bbe Prebuilt stub not available to platform is handled correctly by Jiyong Park · 4 years, 9 months ago
- 5914030 arch specific dependencies are supported for apex by Jiyong Park · 4 years, 9 months ago
- 4d934af Merge "Extract testDexpreoptWithApexes() for reuse" by Paul Duffin · 4 years, 9 months ago
- b555609 Merge "rust ffi libraries can be included in APEX" by Jiyong Park · 4 years, 9 months ago
- 0d399b5 Merge "Add min_sdk_version to Rust modules." by Jiyong Park · 4 years, 9 months ago
- c3bbb96 Extract testDexpreoptWithApexes() for reuse by Paul Duffin · 4 years, 9 months ago
- 35989ae Merge "target.apex.exclude_[shared|static]_libs to cc_* modules" by Steven Moreland · 4 years, 9 months ago
- 2920d2c Merge "test_for is available for all cc_* module types" by Jiyong Park · 4 years, 9 months ago
- 3e9f9e4 Add min_sdk_version to Rust modules. by Ivan Lozano · 4 years, 9 months ago
- 46a512f test_for is available for all cc_* module types by Jiyong Park · 4 years, 9 months ago