summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-06-17 17:27:09 -0700
committerSteven Moreland <smoreland@google.com>2019-06-18 17:24:04 -0700
commit49277a843fa5e9e7088cf2e43da89b3f2dbc9869 (patch)
treed6c0e6cc6e5ca8ea7d53d58000872ed2481fbd00
parentfcb5fc0193883c186e1bcf13064815721fc802be (diff)
downloadnative-49277a843fa5e9e7088cf2e43da89b3f2dbc9869.tar.gz
libhwbinder users use libhidlbase
libhwbinder symbols are being moved into libhidlbase in order to optimize linking/memory usage. libhwbinder will no longer be required in the future (however removing references to it will come separately). Bug: 134961554 Test: boot Change-Id: I450d56c8fb00bbfa562c2026121fdc290586f345 Merged-In: Ia2cba3d034a682ce37dc9a0f742f802440e67d25
-rw-r--r--services/vr/hardware_composer/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/vr/hardware_composer/Android.bp b/services/vr/hardware_composer/Android.bp
index d9df204824..4c34b938c8 100644
--- a/services/vr/hardware_composer/Android.bp
+++ b/services/vr/hardware_composer/Android.bp
@@ -137,7 +137,7 @@ cc_binary {
"libbinder",
"liblog",
"libhardware",
- "libhwbinder",
+ "libhidlbase",
"libui",
"libutils",
"libvr_hwc-hal",