aboutsummaryrefslogtreecommitdiff
path: root/core/product_config.rbc
Commit message (Expand)AuthorAgeFilesLines
* Strip values of soong_config_set callsCole Faust2023-05-161-7/+3
* Remove unneeded rbcrun featuresCole Faust2023-05-051-66/+16
* Fix whitespace in soong_config_set callsCole Faust2023-05-021-0/+4
* Make words() work on a list of non-stringsCole Faust2023-02-071-0/+3
* Fix printing variables that have inherit references in themCole Faust2023-01-051-0/+6
* Make clear_var_list set nonexistant variables to empty stringsCole Faust2022-12-131-0/+4
* Add rbc implementation of clear_var_listCole Faust2022-12-131-0/+32
* Add function for flattening 2d listsCole Faust2022-05-051-1/+8
* Merge "Add implementations for firstword/lastword"Cole Faust2022-04-291-0/+17
|\
| * Add implementations for firstword/lastwordCole Faust2022-04-281-0/+17
* | Merge "Sort rblf_wildcard results and remove file existence functions"Cole Faust2022-04-281-7/+4
|\ \
| * | Sort rblf_wildcard results and remove file existence functionsCole Faust2022-04-261-7/+4
* | | Merge "Make mkstrip always return a string"Cole Faust2022-04-271-2/+5
|\ \ \ | |_|/ |/| |
| * | Make mkstrip always return a stringCole Faust2022-04-261-2/+5
| |/
* / Send trace logs to stderr instead of stdoutCole Faust2022-04-261-6/+6
|/
* Merge "Correct abspath implementation"Treehugger Robot2022-04-201-5/+19
|\
| * Correct abspath implementationCole Faust2022-04-191-5/+19
* | Sort inherited products correctlyCole Faust2022-04-181-2/+7
|/
* Implement abspathCole Faust2022-04-151-1/+3
* Merge "Evaluate intermediate products properly"Cole Faust2022-04-151-47/+61
|\
| * Evaluate intermediate products properlyCole Faust2022-04-121-47/+61
* | Implement enforce_product_packages_existCole Faust2022-04-131-4/+10
* | Optionally dump RBC variables at the end of config.mkCole Faust2022-04-131-1/+1
|/
* Merge changes from topic "colefaust_artifact_path_requirements"Treehugger Robot2022-04-081-20/+49
|\
| * Add artifact path requirement support to StarlarkCole Faust2022-04-051-8/+26
| * Support `m product-graph` in Starlark product configCole Faust2022-04-051-13/+24
* | Add mksort implementationCole Faust2022-04-051-0/+15
|/
* Merge "Fix single value variable inheritance order"Treehugger Robot2022-04-051-6/+15
|\
| * Fix single value variable inheritance orderCole Faust2022-04-041-6/+15
* | Merge "Make dir work on multiple paths"Treehugger Robot2022-04-041-5/+8
|\ \
| * | Make dir work on multiple pathsCole Faust2022-04-011-5/+8
* | | Merge "Revert "Fix inheritance order""Treehugger Robot2022-04-041-2/+2
|\ \ \ | | |/ | |/|
| * | Revert "Fix inheritance order"Cole Faust2022-04-041-2/+2
* | | Merge "Remove regex functionality from rbcrun"Treehugger Robot2022-04-041-19/+35
|\ \ \ | |/ / |/| |
| * | Remove regex functionality from rbcrunCole Faust2022-03-301-19/+35
* | | Fix inheritance orderCole Faust2022-03-311-2/+2
| |/ |/|
* | Add implementation of dir functionCole Faust2022-03-281-0/+5
|/
* Fix single value inheritanceCole Faust2022-03-231-1/+4
* Remove duplicate slashes from find_and_copy resultsCole Faust2022-03-071-2/+2
* Add Starlark implementation of add-product-dex-preopt-module-configCole Faust2022-02-281-0/+8
* Make product config handles into structsCole Faust2022-02-241-15/+14
* Output inherit trace as Make comments.Sasha Smundak2022-01-281-4/+4
* Merge "Export words function"Cole Faust2021-12-161-0/+1
|\
| * Export words functionCole Faust2021-12-091-0/+1
* | Create $(findstring) starlark implementationCole Faust2021-12-131-0/+7
|/
* Allow multiple patterns in rblf_wildcardCole Faust2021-12-081-1/+4
* Pass input variables to product configCole Faust2021-12-021-21/+19
* Correctly copy the board configuration input variablesCole Faust2021-12-011-3/+5
* Merge "Return product config variables from board_configuration"Cole Faust2021-11-231-1/+9
|\
| * Return product config variables from board_configurationCole Faust2021-11-221-1/+9