summaryrefslogtreecommitdiff
path: root/java/kotlin.go
diff options
context:
space:
mode:
author Fabien Sanglard <sanglardf@google.com> 2019-11-05 16:18:47 -0800
committer Fabien Sanglard <sanglardf@google.com> 2019-11-05 16:26:37 -0800
commit33ca8080e5738a7f1d7c1fb89b5a0c66e2d42654 (patch)
treef00c6435600773ee2f647544bb82990b1207c5cf /java/kotlin.go
parentaf60d490ff6fdd716b343e0b29ce5b2bb95e7829 (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