diff options
author | 2019-11-05 16:18:47 -0800 | |
---|---|---|
committer | 2019-11-05 16:26:37 -0800 | |
commit | 33ca8080e5738a7f1d7c1fb89b5a0c66e2d42654 (patch) | |
tree | f00c6435600773ee2f647544bb82990b1207c5cf /java/kotlin.go | |
parent | af60d490ff6fdd716b343e0b29ce5b2bb95e7829 (diff) |
Fix Soong CMakeLists.txt generator
Problem: Soong does not guarantee that the list of parameters will
be in individual strings. This means the CMakeLists generator can
receive as input:
params = {"-isystem", "path/to/system"}
or it could receive:
params = {"-isystem path/to/system"}
Solution: Normalize the list of parameters into a flattened list
of parameters where each parameters is in an individual string.
Fixes: 143378093
Test: None
Change-Id: I9bd1a2006a1cf0ba383f467748b6fd4eadef6866
Diffstat (limited to 'java/kotlin.go')
0 files changed, 0 insertions, 0 deletions