Merge "Update escaping in Android.bp files"

This commit is contained in:
Treehugger Robot 2016-09-30 04:17:57 +00:00 committed by Gerrit Code Review
commit 06460bf466

View file

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