summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2021-08-09 09:01:16 +0900
committerAlexander Koskovich <akoskovich@pm.me>2022-09-21 17:08:01 -0700
commitc00f4130e3245e416f267c597943c1ed7d948586 (patch)
treef1d833eb86d93b45e099099be2b53e027ff9c0c4
parent6f0e658d403d28a62317c8e98239376838b657e8 (diff)
display: Remove ndk_platform backend. Use the NDK backendtachibana-8450
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
-rw-r--r--composer/Android.bp4
1 files 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",
],