From c00f4130e3245e416f267c597943c1ed7d948586 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Mon, 9 Aug 2021 09:01:16 +0900 Subject: display: Remove ndk_platform backend. Use the NDK backend The ndk_platform backend will soon be deprecated because the ndk backend can serve the same purpose. This is to eliminate the confusion about having two variants (ndk and ndk_platform) for the same ndk backend. Bug: 161456198 Test: m Merged-In: I14a1c57bd06f1f2aa52491f779c7030d4de03547 Change-Id: I7b9055909b901843631314b9577a9e578a739d00 --- composer/Android.bp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer/Android.bp b/composer/Android.bp index 670094b9..c74bfe57 100644 --- a/composer/Android.bp +++ b/composer/Android.bp @@ -62,8 +62,8 @@ cc_binary { "libdisplayconfig.qti", "libdrm", "libbinder_ndk", - "android.hardware.common-V2-ndk_platform", - "vendor.qti.hardware.display.config-V5-ndk_platform", + "android.hardware.common-V2-ndk", + "vendor.qti.hardware.display.config-V5-ndk", "vendor.qti.hardware.display.demura@2.0", ], -- cgit v1.2.3