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

Commit f83675de 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: I4ee820867028cd5bd90219a2e8cf0a0d915de387
parent 48382eea
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ cc_defaults {
                "android.hardware.bluetooth@1.0",
                "android.hardware.bluetooth@1.1",
                "android.system.suspend.control-V1-ndk",
                "android.system.suspend-V1-ndk_platform",
                "android.system.suspend-V1-ndk",
                "libbinder_ndk",
                "libcutils",
                "libhidlbase",
@@ -262,7 +262,7 @@ cc_binary {
                "android.hardware.bluetooth@1.0",
                "android.hardware.bluetooth@1.1",
                "android.system.suspend.control-V1-ndk",
                "android.system.suspend-V1-ndk_platform",
                "android.system.suspend-V1-ndk",
                "libbinder_ndk",
                "libhidlbase",
                "libutils",
@@ -314,7 +314,7 @@ cc_test {
                "android.hardware.bluetooth@1.0",
                "android.hardware.bluetooth@1.1",
                "android.system.suspend.control-V1-ndk",
                "android.system.suspend-V1-ndk_platform",
                "android.system.suspend-V1-ndk",
                "libbinder_ndk",
                "libhidlbase",
                "libutils",
@@ -396,7 +396,7 @@ cc_test {
                "android.hardware.bluetooth@1.0",
                "android.hardware.bluetooth@1.1",
                "android.system.suspend.control-V1-ndk",
                "android.system.suspend-V1-ndk_platform",
                "android.system.suspend-V1-ndk",
                "libbinder_ndk",
                "libhidlbase",
                "libutils",
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ cc_library_shared {
        android: {
            shared_libs: [
                "android.system.suspend.control-V1-ndk",
                "android.system.suspend-V1-ndk_platform",
                "android.system.suspend-V1-ndk",
                "libaaudio",
                "libfmq",
            ],
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ cc_test {
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
        "android.system.suspend.control-V1-ndk",
        "android.system.suspend-V1-ndk_platform",
        "android.system.suspend-V1-ndk",
        "libaaudio",
        "libbase",
        "libbinder_ndk",