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

Commit d95b5e1e authored by David Duarte's avatar David Duarte
Browse files

FrameworkBluetoothTests: Remove certificate

The certificate was not needed as we don't share
the uid of Bluetooth

Test: TreeHugger
Ignore-AOSP-First: Will cherry-pick to AOSP
Change-Id: I7399254ad435b171de4539189690e98796a27ee1
parent 0b6fef2b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -29,5 +29,4 @@ android_test {
        "general-tests",
        "mts-bluetooth",
    ],
    certificate: ":com.android.bluetooth.certificate",
}
+4 −0
Original line number Diff line number Diff line
@@ -19,6 +19,10 @@
        <option name="test-file-name" value="FrameworkBluetoothTests.apk" />
    </target_preparer>

    <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer">
        <option name="force-root" value="true" />
    </target_preparer>

    <option name="test-suite-tag" value="apct"/>
    <option name="test-tag" value="FrameworkBluetoothTests"/>