aboutsummaryrefslogtreecommitdiff
path: root/scripts/conv_linker_config_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for conv_linker_configJooyung Han2023-03-091-0/+46
| | | | | | | | | | | | to cover the recent features. - conv_linker_config proto with empty input - conv_linker_config proto with existing output - conv_linker_config proto with --append - conv_linker_config proto with --force Bug: n/a Test: conv_linker_config_test Change-Id: I0de79b6e05c2608e0e2f30dfbf04d8289672f362
* Fix conv_linker_config with multiple input json filesJooyung Han2023-03-091-0/+86
`conv_linker_config proto -s` should work with multiple json input files, but ParseDict() overwrites list fields (e.g. provideLibs), not appending elements. Also added a test. Bug: 264330513 Test: conv_linker_config_test Change-Id: Idc482f941201f15e5fc276c0ffc0dfeaa09d0cc2