summaryrefslogtreecommitdiff
path: root/android/paths_test.go
AgeCommit message (Expand)Author
2025-02-12Don't panic in ModuleForTests and friends Colin Cross
2024-12-17Always install to out/target instead of out/soong/target Cole Faust
2024-11-04Add DirectoryPath for nsjail genrule Inseob Kim
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
2024-01-24Split ArchMutatorContext out of BaseMutatorContext Colin Cross
2023-11-02Optimize out empty path components Colin Cross
2021-12-15Remove InstallBypassMake and ToMakePath Colin Cross
2021-11-09Fix OutDir vs SoongOutDir in tests Colin Cross
2021-09-20Make it possible to pass an error message with an invalid optional path. Martin Stjernholm
2021-07-14Support fully qualified names in `android:"path"` properties Paul Duffin
2021-07-12Use bazel syntax for fully qualified name in path property Paul Duffin
2021-07-12Stop PathForModuleSrc from validating the paths unnecessarily Paul Duffin
2021-07-12Add test to show broken behavior of fully qualified name in path property Paul Duffin
2021-05-13Add support for converting OptionalPath to Paths Paul Duffin
2021-04-29Add debug ramdisk variant. Inseob Kim
2021-04-22Revert^3 "Add debug ramdisk variant" Inseob Kim
2021-04-22Revert^2 "Add debug ramdisk variant" Florian Mayer
2021-04-22Revert "Add debug ramdisk variant" Bowgo Tsai
2021-04-15Add debug ramdisk variant Inseob Kim
2021-04-14Add path tests for ramdisk Inseob Kim
2021-03-22Remove uses of FixtureFactory from android package Paul Duffin
2021-03-17Convert android/paths_test.go to test fixtures Paul Duffin
2021-03-16Add (String)Path(s)RelativeToTop and assert functions Paul Duffin
2020-11-12Pass Config to NewTestContext instead of ctx.Register Colin Cross
2020-10-29Add ModuleInstallPathContextForTesting. Ulya Trafimovich
2020-10-27Merge "InstallPath keeps its partition dir" Treehugger Robot
2020-10-22Add vendor-ramdisk image to Soong. Yifan Hong
2020-10-22InstallPath keeps its partition dir Jiyong Park
2020-10-12Merge changes I056c49e6,I994402cb Colin Cross
2020-10-10Fix OutputPath.InSameDir example 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-08Don't assume host arch is always x86 Jiyong Park
2020-07-05Apply "excludes" for OutputFileProducer Jooyung Han
2020-03-02Optimize FirstUniqueStrings and FirstUniquePaths Colin Cross
2020-02-19Add InstallForceOS, fix testcases for host Colin Cross
2020-01-22Add ramdisk image. Yifan Hong
2020-01-11Sandbox soong_build by changing to root directory Colin Cross
2020-01-10Revert "Sandbox soong_build by changing to root directory" Colin Cross
2020-01-09Sandbox soong_build by changing to root directory Colin Cross
2020-01-04Add EarlyModuleContext for LoadHookContext Colin Cross
2019-12-18Move filesystem into Config Colin Cross
2019-12-17Move imageMutator before archMutator Colin Cross
2019-11-25Make TestContext.RegisterModuleType take an android.ModuleFactory Colin Cross
2019-10-03Add InstallInRoot to allow modules to install into root partition Colin Cross
2019-09-27Fix android_test install path. Jaewoong Jung
2019-08-06Add InstallBypassMake Colin Cross
2019-07-09Rename product_services to system_ext Justin Yun