Commit 685b9749 authored by Jiyong Park's avatar Jiyong Park Committed by Adam Lawson
Browse files

nicky: 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

Signed-off-by: default avatarPranav Temkar <pranavtemkar@gmail.com>
Merged-In: I14a1c57bd06f1f2aa52491f779c7030d4de03547
Change-Id: I14a1c57bd06f1f2aa52491f779c7030d4de03547
parent b5c7beda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ cc_binary {
    shared_libs: [
        "libbase",
        "libbinder_ndk",
        "android.hardware.light-V1-ndk_platform",
        "android.hardware.light-V1-ndk",
    ],
    vendor: true,
}