From: Michael Goffioul Date: Wed, 9 Oct 2019 15:56:55 +0000 (-0400) Subject: Link against android.hardware.graphics.mapper@3.0 X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fexternal-drmfb-composer.git;a=commitdiff_plain;h=d38f15c94573bb0ec4eeebdc28d911095218adf2 Link against android.hardware.graphics.mapper@3.0 --- diff --git a/Android.mk b/Android.mk index 483d217..58cb85f 100644 --- a/Android.mk +++ b/Android.mk @@ -38,6 +38,7 @@ LOCAL_SHARED_LIBRARIES := \ libutils \ android.hardware.graphics.common@1.0 \ android.hardware.graphics.mapper@2.0 \ + android.hardware.graphics.mapper@3.0 \ android.hardware.graphics.composer@2.1 ifeq ($(strip $(BOARD_USES_MINIGBM)), true)