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

Commit 2f2aabe2 authored by Steven Moreland's avatar Steven Moreland
Browse files

Move all hidl_test dependencies to the system.img

Test: hidl_test passes
Test: build with BOARD_VNDK_VERSION=current
Bug: 63704014
Change-Id: Ia97be8b4d61236adfd964bf8e4fa632d99010b98
parent 80002c1f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ cc_library_shared {
    name: "android.hardware.tests.bar@1.0-impl",
    defaults: ["hidl_defaults"],
    relative_install_path: "hw",
    proprietary: true,
    srcs: [
        "Bar.cpp",
        "ImportTypes.cpp",
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ cc_library_shared {
    name: "android.hardware.tests.baz@1.0-impl",
    defaults: ["hidl_defaults"],
    relative_install_path: "hw",
    proprietary: true,
    srcs: [
        "Baz.cpp",
    ],
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ cc_library_shared {
    name: "android.hardware.tests.foo@1.0-impl",
    defaults: ["hidl_defaults"],
    relative_install_path: "hw",
    proprietary: true,
    srcs: [
        "Foo.cpp",
    ],
+0 −1
Original line number Diff line number Diff line
cc_library_shared {
    name: "libfootest",
    vendor: true,
    defaults: ["hidl_defaults"],
    srcs: [
        "FooHelper.cpp"
+0 −1
Original line number Diff line number Diff line
cc_library_shared {
    name: "android.hardware.tests.hash@1.0-impl",
    relative_install_path: "hw",
    proprietary: true,
    srcs: [
        "Hash.cpp",
    ],
Loading