Allow service-media-s in apex

Bug: 175511943
Test: Builds successfully
Change-Id: I5d76087d3c537205e8b8ca837c13ca1aeb641b4c
This commit is contained in:
Hyundo Moon
2021-01-15 20:04:29 +09:00
parent 193ac2eb96
commit 8bee1b00ea
3 changed files with 1 additions and 22 deletions

View File

@@ -189,19 +189,6 @@ var neverallowTests = []struct {
}`),
},
},
{
name: "dependency on updatable-media",
fs: map[string][]byte{
"Android.bp": []byte(`
java_library {
name: "needs_updatable_media",
libs: ["updatable-media"],
}`),
},
expectedErrors: []string{
"updatable-media includes private APIs. Use updatable_media_stubs instead.",
},
},
{
name: "java_device_for_host",
fs: map[string][]byte{