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

Commit a192ccff authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "[vts-core] add VtsHalBluetoothV1_0TargetTest to vts-core" am: 195682b2

Change-Id: Ifea00c80c4085ffa50cfbc825ee3ae8a6325d926
parents 484a48b7 195682b2
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -22,5 +22,8 @@ cc_test {
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.0",
        "libbluetooth-types",
        "libbluetooth-types",
    ],
    ],
    test_suites: ["general-tests"],
    test_suites: [
        "general-tests",
        "vts-core",
    ],
}
}