Commits
Richard Liu committed a2a6b07542c
MA-10546-1 Fix VtsHalGraphicsMapperV2_0Target VTS can't run issue on imx6 VtsHalGraphicsMapperV2_0Target VTS can't run and it block VTS test with latest VTS test suite, it is due to allocator not work in hwbinder mode. According to Google doc, only graphics.mapper and renderscript should work in passthrough mode, other hal all should work in hwbinder mode. Previous allocator hal work in passthrough mode due to GPU don't support fd and there is crash when enable hwbinder, now android drm is integrated and hwbinder is supported. Here change allocator, sensor, cameraprovider hal to hwbinder mode, keep graphics.composer hal as passthrough because we don't enable hwcomposer composition for surfaceflinger and others also use passthrough hwcomposer. Change-Id: I466d70dfa8c0d0f15b689076e66beb0a25af62a8 Signed-off-by: Richard Liu <xuegang.liu@nxp.com> Reviewed-on: http://androidsource.ap.freescale.net/project/3350 Reviewed-by: Tian Yang <yang.tian@nxp.com> Reviewed-by: guoyin.chen <guoyin.chen@nxp.com>