Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62693835 authored by Howard Ro's avatar Howard Ro
Browse files

Turn back to the old socket schema

Bug: 148909969
Test: GTS tests pass after this change (they fail otherwise)
Change-Id: Iee8d6506c4fb2fbf3acef474f9ee13df1b764c41
parent ef4dc78c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ cc_defaults {
    ],

    cflags: [
        "-DNEW_ENCODING_SCHEME",
        // "-DNEW_ENCODING_SCHEME",
    ],

    local_include_dirs: [
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ cc_binary_host {
        "utils.cpp",
    ],
    cflags: [
        "-DSTATS_SCHEMA_LEGACY",
        "-Wall",
        "-Werror",
    ],