Use new version of IGraphicBufferProducer

Test: Builds

Bug: 112362730
Change-Id: I986d5633d51a7088ea7a818ed4845b9494bccdeb
This commit is contained in:
Pawin Vongmasa 2018-10-31 03:23:13 -07:00
parent 1028dd74bf
commit 92147164f3
3 changed files with 5 additions and 3 deletions

View file

@ -17,8 +17,10 @@ hidl_interface {
"IInputSurfaceConnection.hal",
],
interfaces: [
"android.hardware.graphics.bufferqueue@1.0",
"android.hardware.graphics.bufferqueue@2.0",
"android.hardware.graphics.common@1.0",
"android.hardware.graphics.common@1.1",
"android.hardware.graphics.common@1.2",
"android.hardware.media.bufferpool@2.0",
"android.hardware.media.omx@1.0",
"android.hardware.media@1.0",

View file

@ -16,7 +16,7 @@
package android.hardware.media.c2@1.0;
import android.hardware.graphics.bufferqueue@1.0::IGraphicBufferProducer;
import android.hardware.graphics.bufferqueue@2.0::IGraphicBufferProducer;
import android.hardware.media.omx@1.0::IGraphicBufferSource;
import IConfigurable;

View file

@ -16,7 +16,7 @@
package android.hardware.media.c2@1.0;
import android.hardware.graphics.bufferqueue@1.0::IGraphicBufferProducer;
import android.hardware.graphics.bufferqueue@2.0::IGraphicBufferProducer;
import IConfigurable;