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", "libutils",
], ],
cflags: [ cflags: [
"-DLOG_TAG=\\\"adfhwc\\\"", "-DLOG_TAG=\"adfhwc\"",
"-Werror", "-Werror",
], ],
local_include_dirs: ["include"], local_include_dirs: ["include"],