apex: libbinder whitelist -= com.android.media
All APEXes need to ship w/o libbinder since it does not offer a stable
wire protocol. Removing this since nothing adds a libbinder dep here.
Bug: 139016109
Test: build
Merged-In: Ic6a3fcb68054d8c7a5f2f64795a0e2889ce1abe8
(cherry picked from commit 1c3108d629
)
Change-Id: Ic6a3fcb68054d8c7a5f2f64795a0e2889ce1abe8
This commit is contained in:
parent
852116a061
commit
06bf3bcd7c
1 changed files with 0 additions and 1 deletions
|
@ -152,7 +152,6 @@ var (
|
|||
var (
|
||||
whitelistNoApex = map[string][]string{
|
||||
"apex_test_build_features": []string{"libbinder"},
|
||||
"com.android.media": []string{"libbinder"},
|
||||
"com.android.media.swcodec": []string{"libbinder"},
|
||||
"test_com.android.media.swcodec": []string{"libbinder"},
|
||||
"com.android.vndk": []string{"libbinder"},
|
||||
|
|
Loading…
Reference in a new issue