aboutsummaryrefslogtreecommitdiff
path: root/android/paths_test.go
AgeCommit message (Expand)Author
2021-12-15Remove InstallBypassMake and ToMakePathColin Cross
2021-11-09Fix OutDir vs SoongOutDir in testsColin 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"` propertiesPaul Duffin
2021-07-12Use bazel syntax for fully qualified name in path propertyPaul Duffin
2021-07-12Stop PathForModuleSrc from validating the paths unnecessarilyPaul Duffin
2021-07-12Add test to show broken behavior of fully qualified name in path propertyPaul Duffin
2021-05-13Add support for converting OptionalPath to PathsPaul 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 variantInseob Kim
2021-04-14Add path tests for ramdiskInseob Kim
2021-03-22Remove uses of FixtureFactory from android packagePaul Duffin
2021-03-17Convert android/paths_test.go to test fixturesPaul Duffin
2021-03-16Add (String)Path(s)RelativeToTop and assert functionsPaul Duffin
2020-11-12Pass Config to NewTestContext instead of ctx.RegisterColin 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 dirJiyong Park
2020-10-12Merge changes I056c49e6,I994402cbColin Cross
2020-10-10Fix OutputPath.InSameDir exampleColin Cross
2020-10-09Revert "Make lots of tests run in parallel"Colin Cross
2020-10-06Make lots of tests run in parallelColin Cross
2020-09-08Don't assume host arch is always x86Jiyong Park
2020-07-05Apply "excludes" for OutputFileProducerJooyung Han
2020-03-02Optimize FirstUniqueStrings and FirstUniquePathsColin Cross
2020-02-19Add InstallForceOS, fix testcases for hostColin Cross
2020-01-22Add ramdisk image.Yifan Hong
2020-01-11Sandbox soong_build by changing to root directoryColin Cross
2020-01-10Revert "Sandbox soong_build by changing to root directory"Colin Cross
2020-01-09Sandbox soong_build by changing to root directoryColin Cross
2020-01-04Add EarlyModuleContext for LoadHookContextColin Cross
2019-12-18Move filesystem into ConfigColin Cross
2019-12-17Move imageMutator before archMutatorColin Cross
2019-11-25Make TestContext.RegisterModuleType take an android.ModuleFactoryColin Cross
2019-10-03Add InstallInRoot to allow modules to install into root partitionColin Cross
2019-09-27Fix android_test install path.Jaewoong Jung
2019-08-06Add InstallBypassMakeColin Cross
2019-07-09Rename product_services to system_extJustin Yun
2019-06-10Share buildDir for android/soong/android testsColin Cross
2019-06-10Reimplement AddMissingDependenciesColin Cross
2019-06-06Consolidate baseContext, BaseContext, and BaseModuleContextColin Cross
2019-06-06Remove repetition in android package namesColin Cross
2019-06-04Support tagged module referencesColin Cross
2019-04-07Fix missing genrule srcs and tools with ALLOW_MISSING_DEPENDENCIES=trueColin Cross
2019-03-20Replace ctx.ExpandSources with android.PathsForModuleSrcColin Cross
2019-03-20Remove ModuleSrcPathColin Cross