commit | b444a5578f0029f8545ef6d41ce82d1423118b01 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@google.com> | Thu Apr 20 11:30:57 2017 -0700 |
committer | Chia-I Wu <olv@google.com> | Mon Apr 24 22:12:01 2017 -0700 |
tree | 75c6be1d56860d046bfa99c31ad0cedf71292b54 | |
parent | 73feb0676635da6c0f738c10e04052a8162a4095 [diff] [blame] |
VR: fix libvr_hwc-hal build libhwcomposer-client was updated to use android.hardware.graphics.mapper@2.0. Bug: 37540361 Test: boots Change-Id: Id9f94087a04890de95711c91ce9d5aa2f6c8e35d
diff --git a/services/vr/hardware_composer/Android.bp b/services/vr/hardware_composer/Android.bp index 25bb30b..5cb201d 100644 --- a/services/vr/hardware_composer/Android.bp +++ b/services/vr/hardware_composer/Android.bp
@@ -17,6 +17,7 @@ shared_libs: [ "android.frameworks.vr.composer@1.0", "android.hardware.graphics.composer@2.1", + "android.hardware.graphics.mapper@2.0", "libbase", "libcutils", "libfmq",