//apex_available:platform should be first in list
Test: m Change-Id: I6ede6f008bc149f587ae2fc024d5869463b2c64d
This commit is contained in:
parent
00079b339a
commit
3a40ee5402
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
],
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue