Merge "Turn on new socket protocol"

This commit is contained in:
TreeHugger Robot
2020-02-06 05:38:36 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ cc_defaults {
],
cflags: [
// "-DNEW_ENCODING_SCHEME",
"-DNEW_ENCODING_SCHEME",
],
local_include_dirs: [

View File

@@ -30,7 +30,7 @@ cc_binary_host {
"utils.cpp",
],
cflags: [
"-DSTATS_SCHEMA_LEGACY",
//"-DSTATS_SCHEMA_LEGACY",
"-Wall",
"-Werror",
],