BluetoothMidiService: remove java_api_finder tag

This was an unintentional build artifact that
was causing Mainline tests to fail.

Bug: 154289918
Test: dashboard mentioned in the bug should start passing
Change-Id: I09934abb3e0c785144aa6ca557592542354c69b4
This commit is contained in:
Phil Burk
2020-04-29 16:28:23 -07:00
parent e01e3a69ad
commit 678847b3af

View File

@@ -20,7 +20,6 @@ android_library {
"src/**/*.java",
],
platform_apis: true,
plugins: ["java_api_finder"],
manifest: "AndroidManifestBase.xml",
}