summaryrefslogtreecommitdiff
path: root/android/androidmk_test.go
AgeCommit message (Expand)Author
2025-02-25Divorce disting from androidmk Cole Faust
2025-02-24Remove DistFiles from AndroidMk datastructures Cole Faust
2025-02-12Don't panic in ModuleForTests and friends Colin Cross
2024-10-29Revert^2 "Convert cc modules to use AndroidMkInfoProvider." Yu Liu
2024-10-17Revert "Convert cc modules to use AndroidMkInfoProvider." Priyanka Advani (xWF)
2024-10-15Convert cc modules to use AndroidMkInfoProvider. Yu Liu
2024-08-27Remove licenseMetadataFile and installFiles from ModuleBase. Yu Liu
2024-07-01Use OutputFilesProvider on some android test modules mrziwang
2024-06-27Revert "Use OutputFilesProvider on buildinfo_prop and some android test modules" Zi Wang
2024-06-27Use OutputFilesProvider on buildinfo_prop and some android test modules mrziwang
2022-06-01Make sure dist files have license metadata. Bob Badour
2022-03-24Allow appending artifact in dist with product name Trevor Radcliffe
2021-10-18Reduce modules exposed to Make in Mac builds Dan Willemsen
2021-03-22Remove uses of FixtureFactory from android package Paul Duffin
2021-03-17Convert android/androidmk_test.go to test fixtures Paul Duffin
2021-02-19Add ctx to AndroidMkExtraEntriesFunc Colin Cross
2020-11-27Generalize the handling of dist tags Paul Duffin
2020-11-27Differentiate between no dist tag and an empty dist tag Paul Duffin
2020-11-27Improve test coverage of dist processing code Paul Duffin
2020-11-27Remove duplicate tests from TestGetDistForGoals Paul Duffin
2020-11-27Separate dist processing from make specific output Paul Duffin
2020-11-27Extract method to process bp file for androidmk_test.go Paul Duffin
2020-11-25Improve TestGetDistForGoals debuggability Paul Duffin
2020-11-23Refactor 'in_make' to mean Kati is not skipped. Jingwen Chen
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-07-21Fix dist(s)-with-tag and add tests to prevent regression. Jingwen Chen
2020-06-25Support multiple dists per Android.bp module, and dist output selection. Jingwen Chen
2019-12-18Move filesystem into Config Colin Cross
2019-11-25Make TestContext.RegisterModuleType take an android.ModuleFactory Colin Cross
2019-07-16soong: Fix AndroidMk with *Required properties Jooyung Han