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

Commit 260613f8 authored by Jeffrey Huang's avatar Jeffrey Huang
Browse files

Allow statsd to link against libprotoutil

Bug: 145923087
Test: m -j
Change-Id: I8e21903d8a1c142499ee5b772da54b0fcbae3b67
parent 915b1aeb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -45,6 +45,12 @@ cc_library {
    defaults: ["libprotoutil_defaults"],

    export_include_dirs: ["include"],

    apex_available: [
        "//apex_available:platform",
        "com.android.os.statsd",
        "test_com.android.os.statsd",
    ],
}

cc_test {