Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96d8cf02 authored by Rahul Sabnis's avatar Rahul Sabnis
Browse files

Sign BluetoothInstrumentationTests with the Bluetooth APK certificate

instead of the platform certificate

Tag: #feature
Bug: 228385580
Test: atest BluetoothInstrumentationTests
Ignore-AOSP-First: Certificate change is only in internal branches
Change-Id: Ia6c428a05e721fe13fb84639b151e0ed1f696078
parent 0e83d9eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ android_test {
    name: "BluetoothInstrumentationTests",

    // We only want this apk build for tests.
    certificate: "platform",
    certificate: ":com.android.bluetooth.services.certificate",
    defaults: ["framework-bluetooth-tests-defaults"],

    min_sdk_version: "current",