summaryrefslogtreecommitdiff
path: root/android/selects_test.go
AgeCommit message (Expand)Author
2025-03-18Support ints in select() expressions Cole Faust
2025-02-12Don't panic in ModuleForTests and friends Colin Cross
2024-11-21Add support for selects on string lists Cole Faust
2024-08-30Add tests for configurable PostProcessors Cole Faust
2024-06-27Add tests for selects with bindings Cole Faust
2024-06-27Update selects_test for selects with deferred expressions Cole Faust
2024-06-20Allow soong config variables to be boolean-typed Cole Faust
2024-06-13Add test for AppendSimpleValue Cole Faust
2024-05-22Add test for parse error Cole Faust
2024-05-22Merge "Support soong config value variables on Configurable properties" into ... Cole Faust
2024-05-22Support soong config value variables on Configurable properties Cole Faust
2024-05-22Merge "Add tests for unhandled select condition errors" into main Cole Faust
2024-05-22Merge "Update select tests for optionals" into main Cole Faust
2024-05-21Update select tests for optionals Cole Faust
2024-05-21Add test for selects with variables Cole Faust
2024-05-09Add tests for unhandled select condition errors Cole Faust
2024-04-30Add tests for error when assigning select to nonconfigurable property Cole Faust
2024-04-26Add test for configurable defaults applied to multiple modules Cole Faust
2024-04-11Change the syntax for arch selecting and add os selecting Cole Faust
2024-04-11Update the ConfigurableEvaluator for typed selects Cole Faust
2024-04-04Rename Evaluate() to Get() and add GetDefault() Cole Faust
2024-04-04Add tests for android:replace_instead_of_append Cole Faust
2024-04-04Rename default select branch to 'default' keyword Cole Faust
2024-04-04Add tests for "unset" select statements Cole Faust
2024-03-28Add tests for new boolean addition behavior Cole Faust
2024-03-25Add the ability to select on arch Cole Faust
2024-03-14Make select statements work on path properties Cole Faust
2024-03-06Select statements Cole Faust