Merge "Update escaping in Android.bp files" am: 06460bf466

am: 0ea7c975af

Change-Id: Ifc79c77cc83d80fa135128f0283900c6b824fb20
This commit is contained in:
Colin Cross 2016-09-30 04:24:17 +00:00 committed by android-build-merger
commit 7d82c1291c

View file

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