Skip to content

Commit

Permalink
Remove libhwbinder/libhidltransport deps
Browse files Browse the repository at this point in the history
These were combined into libhidlbase.

Change-Id: Ic3dc47e98eadc75d3024022f7f9f53fa98862a5b
  • Loading branch information
moetayuko authored and bgcngm committed Sep 14, 2020
1 parent f8a37ab commit f3d8053
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 27 deletions.
4 changes: 1 addition & 3 deletions biometrics/fingerprint/2.0/Android.bp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Copyright (C) 2017 The Android Open Source Project
// Copyright (C) 2017 The LineageOS Project
// Copyright (C) 2017,2020 The LineageOS Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -23,9 +23,7 @@ cc_binary {
"libutils",
"liblog",
"libhidlbase",
"libhidltransport",
"libhardware",
"libhwbinder",
"[email protected]",
],
proprietary: true,
Expand Down
2 changes: 0 additions & 2 deletions camera/device/1.0-legacy/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ cc_library_shared {
shared_libs: [
"libhidlbase",
"libhidlmemory",
"libhidltransport",
"libhwbinder",
"libutils",
"[email protected]",
"[email protected]",
Expand Down
1 change: 0 additions & 1 deletion camera/provider/2.4-legacy/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ cc_library_shared {
srcs: ["CameraProvider.cpp"],
shared_libs: [
"libhidlbase",
"libhidltransport",
"libutils",
"libcutils",
"[email protected]",
Expand Down
6 changes: 1 addition & 5 deletions cryptfshw/1.0/qsee/Android.bp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2019 The LineageOS Project
// Copyright (C) 2019-2020 The LineageOS Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -25,9 +25,6 @@ cc_binary {
],
arch: {
arm: {
shared_libs: [
"libhwbinder",
],
cflags: ["-DARCH_ARM_32"],
},
},
Expand All @@ -43,7 +40,6 @@ cc_binary {
"libbase",
"libdl",
"libhidlbase",
"libhidltransport",
"libutils",
"[email protected]",
],
Expand Down
2 changes: 0 additions & 2 deletions gnss/1.0-legacy/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ cc_library_shared {
shared_libs: [
"liblog",
"libhidlbase",
"libhidltransport",
"libutils",
"[email protected]",
"libhardware",
Expand All @@ -47,7 +46,6 @@ cc_binary {
"libhardware",
"libbinder",
"libhidlbase",
"libhidltransport",
"[email protected]",
],

Expand Down
4 changes: 1 addition & 3 deletions light/2.0-aw2013/Android.bp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2018 The LineageOS Project
// Copyright (C) 2018,2020 The LineageOS Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -22,8 +22,6 @@ cc_binary {
"libcutils",
"libhardware",
"libhidlbase",
"libhidltransport",
"libhwbinder",
"libutils",
"[email protected]",
],
Expand Down
1 change: 0 additions & 1 deletion nfc/1.0-bcm/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ cc_library_shared {
"libcutils",
"libutils",
"libhidlbase",
"libhidltransport",
"[email protected]",
],
}
3 changes: 1 addition & 2 deletions trust/Android.bp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2019 The LineageOS Project
// Copyright (C) 2019-2020 The LineageOS Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -24,7 +24,6 @@ cc_defaults {
"libbase",
"libbinder",
"libhidlbase",
"libhidltransport",
"libutils",
"[email protected]",
],
Expand Down
4 changes: 1 addition & 3 deletions usb/1.0-basic/Android.bp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (C) 2017-2018 The LineageOS Project
// Copyright (C) 2017-2018,2020 The LineageOS Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -22,8 +22,6 @@ cc_binary {
"libbase",
"libcutils",
"libhidlbase",
"libhidltransport",
"libhwbinder",
"libutils",
"libhardware",
"[email protected]",
Expand Down
4 changes: 1 addition & 3 deletions vibrator/1.0-lineage/Android.bp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (C) 2017 The LineageOS Project
// Copyright (C) 2017,2020 The LineageOS Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -20,9 +20,7 @@ cc_binary {
srcs: ["service.cpp", "Vibrator.cpp"],
shared_libs: [
"libhidlbase",
"libhidltransport",
"liblog",
"libhwbinder",
"libutils",
"libhardware",
"[email protected]",
Expand Down
2 changes: 0 additions & 2 deletions wifi/1.0-legacy/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ LOCAL_SHARED_LIBRARIES := \
libbase \
libcutils \
libhidlbase \
libhidltransport \
liblog \
libnl \
libutils \
Expand All @@ -86,7 +85,6 @@ LOCAL_SHARED_LIBRARIES := \
libbase \
libcutils \
libhidlbase \
libhidltransport \
liblog \
libnl \
libutils \
Expand Down

0 comments on commit f3d8053

Please sign in to comment.