BluetoothMidiService: remove platform certificate

It was apparently unnecessary.

Bug: 162403870
Test: Run MIDI Bluetooth test for OEMs
Test: https://source.android.com/devices/audio/midi_test.html#bluetooth_le_test
Change-Id: Ie9902e2d800a5130a0273a90845dc80de00376c0
This commit is contained in:
Phil Burk
2020-08-26 21:07:12 +00:00
parent ef3a1d0f2b
commit cda3e33e9d

View File

@@ -29,6 +29,5 @@ android_app {
"src/**/*.java",
],
platform_apis: true,
certificate: "platform",
manifest: "AndroidManifest.xml",
}