diff options
author | Colin Cross <ccross@android.com> | 2016-09-29 14:07:08 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2016-09-29 14:07:08 -0700 |
commit | af933290f6b2978f5a896d95eafdb67e9f6e80e5 (patch) | |
tree | 3372e0ca63186da50c159e6fa11b0e8b16518654 /libcutils/sockets_unix.cpp | |
parent | 833df5cd54e85e359c2a9ccb38221658090cf77d (diff) |
Update escaping in Android.bp files
Strings like cflags in Android.bp files are parsed by blueprint,
written to build.ninja files, parsed by ninja, and then passed to
/bin/sh -c. This had resulted in a combination of blueprint
(\"), ninja ($$), and shell (\$) escaping being necessary.
Soong has been updated to automatically handle ninja and shell
escaping, remove extra escaping from Android.bp files.
Bug: 31221587
Test: m -j
Change-Id: I78003c7a18028d27dff444af7d84901345d323a1
Diffstat (limited to 'libcutils/sockets_unix.cpp')
0 files changed, 0 insertions, 0 deletions