aboutsummaryrefslogtreecommitdiff
path: root/android/BluetoothLegacyMigration/Android.bp
blob: 786264efd54dfb5a4d0f09fb23a017b366a62a76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package {
    // See: http://go/android-license-faq
    default_applicable_licenses: ["Android-Apache-2.0"],
}

android_app {
    name: "BluetoothLegacyMigration",

    srcs: [ "BluetoothLegacyMigration.kt" ],

    // Must match Bluetooth.apk certificate because of sharedUserId
    certificate: "bluetooth",
    platform_apis: true,
}