android13/packages/modules/Bluetooth/android/BluetoothLegacyMigration/Android.bp

15 lines
361 B
Plaintext

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: ":com.android.bluetooth.certificate",
platform_apis: true,
}