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

Commit 3a40ee54 authored by Muhammad Qureshi's avatar Muhammad Qureshi
Browse files

//apex_available:platform should be first in list

Test: m
Change-Id: I6ede6f008bc149f587ae2fc024d5869463b2c64d
parent 00079b33
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,10 +43,10 @@ cc_library {
        ],
    },
    apex_available: [
        "com.android.os.statsd",
        "test_com.android.os.statsd",
        //TODO(b/149340100): Remove this once libstatssocket is only linked as shared.
        "//apex_available:platform",
        "com.android.os.statsd",
        "test_com.android.os.statsd",
    ],
}