commit | ed5407a02478ba5685321d83a4ed84f11d9e62a2 | [log] [tgz] |
---|---|---|
author | Stephen Crane <sjc@immunant.com> | Wed Aug 05 00:33:50 2020 -0700 |
committer | Stephen Crane <sjc@immunant.com> | Wed Aug 05 00:33:50 2020 -0700 |
tree | b7fbef17fa8b50f5874aa47479b3a075d1569072 | |
parent | be230956fb8f5c3c392fc42c25d6204ec15f0e52 [diff] |
Pass individual arguments in bindgen flags Bindgen flags are now shell escaped, so we can't pass multiple distinct arguments in the same argument string. Bindgen will parse each element of the bindgen_flags list as an argument and fails to parse the flag if it is separated from the value by whitespace. Bindgen accepts --flag=value forms for its arguments, so we use these instead. Test: m libselinux_bindgen Change-Id: Ic0ca26b8a93547d8dc23087d9f7d414dfab341d6