1package {
2    // See: http://go/android-license-faq
3    default_applicable_licenses: ["Android-Apache-2.0"],
4}
5
6android_app {
7    name: "BluetoothLegacyMigration",
8
9    srcs: [ "BluetoothLegacyMigration.kt" ],
10
11    // Must match Bluetooth.apk certificate because of sharedUserId
12    certificate: ":com.android.bluetooth.certificate",
13    platform_apis: true,
14}
15