diff options
| author | Yuexi Ma <yuexima@google.com> | 2017-02-28 11:24:48 -0800 |
|---|---|---|
| committer | Yuexi Ma <yuexima@google.com> | 2017-02-28 20:49:00 +0000 |
| commit | 93d2541aaeac5b2d5238628e5cc13339f6863685 (patch) | |
| tree | eeff61e76c5445b431e413369367b193c76a974a /bluetooth | |
| parent | 5fd2ce668db31df297c81aca19c524b23fb6877f (diff) | |
| download | android_hardware_interfaces-93d2541aaeac5b2d5238628e5cc13339f6863685.tar.gz android_hardware_interfaces-93d2541aaeac5b2d5238628e5cc13339f6863685.tar.bz2 android_hardware_interfaces-93d2541aaeac5b2d5238628e5cc13339f6863685.zip | |
Add columns to namespace for vts target base test invocation
Test: make vts
Change-Id: Ia0284fbc11eadef572dd510bb5847160852bd517
Diffstat (limited to 'bluetooth')
| -rw-r--r-- | bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp b/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp index ce158750f..c8c7cb583 100644 --- a/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp +++ b/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp @@ -121,7 +121,7 @@ class BluetoothHidlTest : public ::testing::VtsHalHidlTargetBaseTest { public: virtual void SetUp() override { // currently test passthrough mode only - bluetooth = testing::VtsHalHidlTargetBaseTest::getService<IBluetoothHci>(); + bluetooth = ::testing::VtsHalHidlTargetBaseTest::getService<IBluetoothHci>(); ASSERT_NE(bluetooth, nullptr); ALOGI("%s: getService() for bluetooth is %s", __func__, bluetooth->isRemote() ? "remote" : "local"); |
