summaryrefslogtreecommitdiff
path: root/android/prebuilt_test.go
AgeCommit message (Expand)Author
2021-03-22Remove uses of FixtureFactory from android package Paul Duffin
2021-03-02Add error handling to test fixtures Paul Duffin
2021-02-26Add test fixture support Paul Duffin
2020-11-12Pass Config to NewTestContext instead of ctx.Register Colin Cross
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-24HostCross is an attribute of a Target, not OsType Jiyong Park
2020-07-15Do not consider disabled prebuilt variants. Martin Stjernholm
2020-07-15Revert "Do not consider disabled prebuilt variants." Charles Chen
2020-07-10Do not consider disabled prebuilt variants. Martin Stjernholm
2020-06-11Make override modules compatible with prebuilts. Jaewoong Jung
2020-05-29Fix prebuilt test on mac Paul Duffin
2020-05-28Fall back to the source module for variants that the corresponding Martin Stjernholm
2020-01-15Exclude source->prebuilt deps from visibility enforcement Paul Duffin
2019-12-19Dedup prebuilt mutator registration Paul Duffin
2019-12-18Move filesystem into Config Colin Cross
2019-11-25Make TestContext.RegisterModuleType take an android.ModuleFactory Colin Cross
2019-06-10Share buildDir for android/soong/android tests Colin Cross
2019-06-04Support tagged module references Colin Cross
2019-04-19Ensure that PathsForModuleSrc works with prebuilts Jiyong Park
2019-03-07Annotate paths and deprecate ExtractSource(s)Deps Colin Cross
2019-02-01Remove empty DepsMutator methods Colin Cross
2018-04-18Fix few issues with filegroups Pirama Arumuga Nainar
2018-03-15Extract failIfErrored() to android/testing.go Logan Chien
2017-10-10Let tests override environment Colin Cross
2017-08-11Rename java_prebuilt_library to java_import Colin Cross
2017-07-31Fix java prebuilts Colin Cross
2017-07-14Add integration testing infrastructure Colin Cross
2017-06-30Refactor factories Colin Cross
2017-03-17Fix installing prebuilts with no source module Colin Cross
2016-10-14Re-enable prebuilt_test Colin Cross
2016-10-13Initial prebuilt support Colin Cross