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

Commit deebbd93 authored by Muhammad Qureshi's avatar Muhammad Qureshi
Browse files

Turn on new socket protocol

Bug: 148909969
Bug: 143979391
Test: m
Test: fastboot flashall
Test: atest android.cts.statsd.atom.UidAtomTests#testLmkKillOccurred
Test: atest LibStatsPullTests
Test: atest GtsStatsdHostTestCases
Change-Id: I40bf643ac9e10e5b8caeb1d1b1a161d768e3bb99
parent 394b62bc
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 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ cc_binary_host {
        "utils.cpp",
    ],
    cflags: [
        "-DSTATS_SCHEMA_LEGACY",
        //"-DSTATS_SCHEMA_LEGACY",
        "-Wall",
        "-Werror",
    ],