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

Commit 76ee652e authored by David Duarte's avatar David Duarte Committed by William Escande
Browse files

FrameworkBluetoothTests: Remove certificate

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

Test: TreeHugger
Bug: 265213364
Ignore-AOSP-First: Will cherry-pick to AOSP
Change-Id: I7399254ad435b171de4539189690e98796a27ee1
Merged-In: I7399254ad435b171de4539189690e98796a27ee1
(cherry picked from commit d95b5e1e)
parent 9a91b012
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -30,5 +30,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"/>