//apex_available:platform should be first in list

Test: m
Change-Id: I6ede6f008bc149f587ae2fc024d5869463b2c64d
This commit is contained in:
Muhammad Qureshi 2020-02-18 16:52:22 -08:00
parent 00079b339a
commit 3a40ee5402

View file

@ -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",
],
}