commit | bd21fca7fdd00755d256a778f9395d97cbceeaa3 | [log] [tgz] |
---|---|---|
author | Jiwen 'Steve' Cai <jwcai@google.com> | Mon Jan 29 11:44:38 2018 -0800 |
committer | Jiwen 'Steve' Cai <jwcai@google.com> | Thu Feb 01 17:19:06 2018 -0800 |
tree | 336cd8be70d5ac3210ad1b82176bad68162bd745 | |
parent | 037f35aea612c0b4f3976e9e27cf68a0b8913e2f [diff] [blame] |
Update buffer_transport_benchmark to use DVR API Use dynamically loaded DVR API from libdvr.so instead of statically linking against libbufferhubqueue and libperformance. Test: buffer_transport_benchmark Bug: 72649062 Bug: 70046255 Change-Id: Ie10034db12bf157fb67b03302b9ba833b310a12c
diff --git a/libs/vr/libbufferhubqueue/Android.bp b/libs/vr/libbufferhubqueue/Android.bp index 03cda02..eeec9ec 100644 --- a/libs/vr/libbufferhubqueue/Android.bp +++ b/libs/vr/libbufferhubqueue/Android.bp
@@ -65,4 +65,4 @@ }, } -subdirs = ["tests"] +subdirs = ["benchmarks", "tests"]