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

Commit f54d307e authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "Remove libhwbinder/libhidltransport deps" am: 87250e41 am: 15900cec

am: f0c061e0

Change-Id: I87f89f82b94d1423e197d37d3cad4bc7c58d22ff
parents b7f51da9 f0c061e0
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -19,7 +19,6 @@ cc_library_shared {
        "libcutils",
        "libcutils",
        "libfmq",
        "libfmq",
        "libhidlbase",
        "libhidlbase",
        "libhidltransport",
        "liblog",
        "liblog",
        "libutils",
        "libutils",
    ],
    ],
+0 −2
Original line number Original line Diff line number Diff line
@@ -19,7 +19,6 @@ cc_library_static {
        "android.hardware.bluetooth.audio@2.0",
        "android.hardware.bluetooth.audio@2.0",
        "libfmq",
        "libfmq",
        "libhidlbase",
        "libhidlbase",
        "libhidltransport",
    ],
    ],
    static_libs: [
    static_libs: [
        "libosi",
        "libosi",
@@ -46,7 +45,6 @@ cc_test {
        "libcutils",
        "libcutils",
        "libfmq",
        "libfmq",
        "libhidlbase",
        "libhidlbase",
        "libhidltransport",
        "liblog",
        "liblog",
        "libutils",
        "libutils",
    ],
    ],
+0 −3
Original line number Original line Diff line number Diff line
@@ -102,8 +102,6 @@ cc_library_static {
        "android.hardware.bluetooth.a2dp@1.0",
        "android.hardware.bluetooth.a2dp@1.0",
        "android.hardware.bluetooth.audio@2.0",
        "android.hardware.bluetooth.audio@2.0",
        "libhidlbase",
        "libhidlbase",
        "libhidltransport",
        "libhwbinder",
        "libutils",
        "libutils",
        "libcrypto",
        "libcrypto",
        "android.hardware.keymaster@4.0",
        "android.hardware.keymaster@4.0",
@@ -144,7 +142,6 @@ cc_test {
        "android.hardware.bluetooth.audio@2.0",
        "android.hardware.bluetooth.audio@2.0",
        "libfmq",
        "libfmq",
        "libhidlbase",
        "libhidlbase",
        "libhidltransport",
        "liblog",
        "liblog",
        "libprotobuf-cpp-lite",
        "libprotobuf-cpp-lite",
        "libcutils",
        "libcutils",
+0 −8
Original line number Original line Diff line number Diff line
@@ -96,9 +96,7 @@ cc_library {
            ],
            ],
            shared_libs: [
            shared_libs: [
                "android.hardware.bluetooth@1.0",
                "android.hardware.bluetooth@1.0",
                "libhwbinder",
                "libhidlbase",
                "libhidlbase",
                "libhidltransport",
                "libutils",
                "libutils",
            ],
            ],
        },
        },
@@ -156,9 +154,7 @@ cc_binary {
        android: {
        android: {
            shared_libs: [
            shared_libs: [
                "android.hardware.bluetooth@1.0",
                "android.hardware.bluetooth@1.0",
                "libhwbinder",
                "libhidlbase",
                "libhidlbase",
                "libhidltransport",
                "libutils",
                "libutils",
            ],
            ],
        },
        },
@@ -202,9 +198,7 @@ cc_binary {
        android: {
        android: {
            shared_libs: [
            shared_libs: [
                "android.hardware.bluetooth@1.0",
                "android.hardware.bluetooth@1.0",
                "libhwbinder",
                "libhidlbase",
                "libhidlbase",
                "libhidltransport",
                "libutils",
                "libutils",
            ],
            ],
        },
        },
@@ -239,9 +233,7 @@ cc_test {
            ],
            ],
            shared_libs: [
            shared_libs: [
                "android.hardware.bluetooth@1.0",
                "android.hardware.bluetooth@1.0",
                "libhwbinder",
                "libhidlbase",
                "libhidlbase",
                "libhidltransport",
                "libutils",
                "libutils",
            ],
            ],
        },
        },
+0 −2
Original line number Original line Diff line number Diff line
@@ -4,8 +4,6 @@ cc_defaults {
    shared_libs: [
    shared_libs: [
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.0",
        "libhidlbase",
        "libhidlbase",
        "libhidltransport",
        "libhwbinder",
    ],
    ],
}
}


Loading