Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27f77fef authored by Jiyong Park's avatar Jiyong Park
Browse files

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
Change-Id: Ibe8beeaf0d1b33968fb782f1f70c17ae9e9bf871
parent 738dd1a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ cc_binary {
        "AuthSecret.cpp",
    ],
    shared_libs: [
        "android.hardware.authsecret-V1-ndk_platform",
        "android.hardware.authsecret-V1-ndk",
        "libbase",
        "libbinder_ndk",
    ],
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ cc_test {
        "use_libaidlvintf_gtest_helper_static",
    ],
    srcs: ["VtsHalAuthSecretTargetTest.cpp"],
    static_libs: ["android.hardware.authsecret-V1-ndk_platform"],
    static_libs: ["android.hardware.authsecret-V1-ndk"],
    shared_libs: ["libbinder_ndk"],
    test_suites: [
        "general-tests",
+1 −1
Original line number Diff line number Diff line
@@ -36,6 +36,6 @@ cc_binary {
        "libbase",
        "libbinder_ndk",
        "libutils",
        "android.hardware.automotive.occupant_awareness-V1-ndk_platform",
        "android.hardware.automotive.occupant_awareness-V1-ndk",
    ],
}
+1 −1
Original line number Diff line number Diff line
@@ -36,6 +36,6 @@ cc_binary {
        "libbase",
        "libbinder_ndk",
        "libutils",
        "android.hardware.automotive.occupant_awareness-V1-ndk_platform",
        "android.hardware.automotive.occupant_awareness-V1-ndk",
    ],
}
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ cc_library_static {
    srcs: ["NativeHandle.cpp"],
    export_include_dirs: ["include"],
    shared_libs: [
        "android.hardware.common-V2-ndk_platform",
        "android.hardware.common-V2-ndk",
        "libcutils",
    ],
    apex_available: [
@@ -31,7 +31,7 @@ cc_test {
    defaults: ["libbinder_ndk_host_user"],
    srcs: ["test.cpp"],
    static_libs: [
        "android.hardware.common-V2-ndk_platform",
        "android.hardware.common-V2-ndk",
        "libaidlcommonsupport",
    ],
    shared_libs: [
Loading