summaryrefslogtreecommitdiff
path: root/media/packages
diff options
context:
space:
mode:
authorPhil Burk <philburk@google.com>2020-04-29 16:28:23 -0700
committerPhil Burk <philburk@google.com>2020-04-29 16:28:23 -0700
commit678847b3af13310b1f2faab03bfbeda13f78495d (patch)
treef794fd5f6029c7443cf600b1c7005c726174a27c /media/packages
parente01e3a69ad717921783917864a5686879a41b08d (diff)
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
Diffstat (limited to 'media/packages')
-rw-r--r--media/packages/BluetoothMidiService/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/media/packages/BluetoothMidiService/Android.bp b/media/packages/BluetoothMidiService/Android.bp
index 77e6a14e1f00..48fc329276bd 100644
--- a/media/packages/BluetoothMidiService/Android.bp
+++ b/media/packages/BluetoothMidiService/Android.bp
@@ -20,7 +20,6 @@ android_library {
"src/**/*.java",
],
platform_apis: true,
- plugins: ["java_api_finder"],
manifest: "AndroidManifestBase.xml",
}