commit | 822b710a714c342dda0087f594c8ababa6630f44 | [log] [tgz] |
---|---|---|
author | Okan Arikan <okana@google.com> | Mon May 08 13:31:34 2017 -0700 |
committer | Okan Arikan <okana@google.com> | Thu May 18 11:18:07 2017 -0700 |
tree | 55b107fdcbc6fe6ef2019481a97eaf19910b020a | |
parent | f2dcd371e95c168d7ba19aa87bae56a18c678ef5 [diff] [blame] |
Adopt the use of shared buffers. Bug: 37001948 Test: Make system image Change-Id: I032574f250e0f0fe7768af649730406e24d853db
diff --git a/libs/vr/libdvr/Android.bp b/libs/vr/libdvr/Android.bp index fa78b1c..2b4ebbe 100644 --- a/libs/vr/libdvr/Android.bp +++ b/libs/vr/libdvr/Android.bp
@@ -34,10 +34,11 @@ ] static_libs = [ + "libbroadcastring", "libbufferhub", "libbufferhubqueue", - "libdisplay", "libvrsensor", + "libdisplay", "libvirtualtouchpadclient", "libvr_hwc-impl", "libvr_hwc-binder",