Merge "Update escaping in Android.bp files"

am: 06460bf466

Change-Id: I0f828add8a11160b49866b5784d8615278d4e4a8
This commit is contained in:
Colin Cross 2016-09-30 04:21:31 +00:00 committed by android-build-merger
commit 0ea7c975af

View file

@ -21,7 +21,7 @@ cc_library_static {
"libutils",
],
cflags: [
"-DLOG_TAG=\\\"adfhwc\\\"",
"-DLOG_TAG=\"adfhwc\"",
"-Werror",
],
local_include_dirs: ["include"],