summaryrefslogtreecommitdiff
path: root/android/namespace_test.go
AgeCommit message (Expand)Author
2025-02-12Don't panic in ModuleForTests and friends Colin Cross
2024-10-07Annotate mutators that use methods that prevent mutator coalescing Colin Cross
2023-04-10Add name hint to Soong. Steven Moreland
2022-11-08Allow namespace config to be tested properly Paul Duffin
2022-05-11Switch the namespace tests to fully use test fixtures Paul Duffin
2021-07-09Extract preparer for namespace Paul Duffin
2021-03-22Add TestingBuildParams.RelativeToTop() Paul Duffin
2021-03-22Extract functionality common to TestingModule/Singleton Paul Duffin
2021-03-22Remove uses of FixtureFactory from android package Paul Duffin
2021-03-17Convert android/namespace_test.go to test fixtures 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
2019-12-18Move filesystem into Config Colin Cross
2019-11-25Make TestContext.RegisterModuleType take an android.ModuleFactory Colin Cross
2019-06-14Give Blueprint modules access to all namespaces Colin Cross
2019-06-10Share buildDir for android/soong/android tests Colin Cross
2018-04-16Fix module rename inside namespace Colin Cross
2018-03-15Extract failIfErrored() to android/testing.go Logan Chien
2018-01-26Move namespace mutator earlier to support defaults Dan Willemsen
2017-12-04Make ninja file deterministic even with dup module names Jeff Gaston
2017-12-04require namespaces to be declared only in files named Android.bp Jeff Gaston
2017-12-04Revert "Revert "Soong support for namespaces"" Jeff Gaston
2017-11-30Revert "Soong support for namespaces" Jeff Gaston
2017-11-29Soong support for namespaces Jeff Gaston