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

Commit fdbc494c authored by Dan Shi's avatar Dan Shi
Browse files

Remove references of VtsHalHidlTargetTestBase

Bug: 147894326
Test: build
Change-Id: If847cc3aa5bb17682b92266f5460efe9d3fadfab
parent 62bc360c
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ cc_defaults {

    // Lists all dependencies that can *not* be expected on the device.
    static_libs: [
        "VtsHalHidlTargetTestBase",
        "VtsHalHidlTestUtils",
        "libhidl-gen-utils",
    ],

@@ -47,3 +47,15 @@ cc_defaults {

    require_root: true,
}

// TODO: Remove this after all vts tests under vendor/qcom are converted to
// parameterized gtest.
cc_defaults {
    name: "Vts10HalTargetTestDefaults",
    defaults: [
        "VtsHalTargetTestDefaults",
    ],
    static_libs: [
        "VtsHalHidlTargetTestBase",
    ],
}
+0 −3
Original line number Diff line number Diff line
@@ -25,8 +25,5 @@ cc_library_static {
        "-Wextra",
        "-Werror",
    ],
    static_libs: [
        "VtsHalHidlTargetTestBase",
    ],
    group_static_libs: true,
}
+1 −3
Original line number Diff line number Diff line
@@ -14,8 +14,6 @@
 * limitations under the License.
 */

#include <VtsHalHidlTargetTestBase.h>
#include <VtsHalHidlTargetTestEnvBase.h>
#include <android-base/logging.h>
#include <android/hardware/tv/tuner/1.0/IDemux.h>
#include <android/hardware/tv/tuner/1.0/ITuner.h>
+3 −3
Original line number Diff line number Diff line
@@ -14,8 +14,6 @@
 * limitations under the License.
 */

#include <VtsHalHidlTargetTestBase.h>
#include <VtsHalHidlTargetTestEnvBase.h>
#include <android-base/logging.h>
#include <android/hardware/tv/tuner/1.0/IFilter.h>
#include <android/hardware/tv/tuner/1.0/IFilterCallback.h>
@@ -64,6 +62,8 @@ using android::hardware::tv::tuner::V1_0::Result;

using ::testing::AssertionResult;

using namespace std;

enum FilterEventType : uint8_t {
    UNDEFINED,
    SECTION,
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,6 @@
 * limitations under the License.
 */

#include <VtsHalHidlTargetTestBase.h>
#include <VtsHalHidlTargetTestEnvBase.h>
#include <android-base/logging.h>
#include <android/hardware/tv/tuner/1.0/IFrontend.h>
#include <android/hardware/tv/tuner/1.0/IFrontendCallback.h>
@@ -66,6 +64,8 @@ using android::hardware::tv::tuner::V1_0::Result;

using ::testing::AssertionResult;

using namespace std;

#define INVALID_ID -1
#define WAIT_TIMEOUT 3000000000

Loading