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

Commit ab23aa76 authored by Zhuoyao Zhang's avatar Zhuoyao Zhang Committed by Android (Google) Code Review
Browse files

Merge "Move all hidl_test dependencies to the system.img" into oc-dr1-dev

parents 6447e222 39069060
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