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: I843058924e331c9765d63cb71bb38cc4e9852349
diff --git a/apex/tests/libstatspull/Android.bp b/apex/tests/libstatspull/Android.bp
index 82dba72..41c052e 100644
--- a/apex/tests/libstatspull/Android.bp
+++ b/apex/tests/libstatspull/Android.bp
@@ -54,7 +54,7 @@
     ],
     shared_libs: [
         "libbinder_ndk",
-        "statsd-aidl-ndk_platform",
+        "statsd-aidl-ndk",
     ],
     static_libs: [
         "libstatspull_private",
diff --git a/lib/libstatspull/Android.bp b/lib/libstatspull/Android.bp
index 3698a57..bf00942 100644
--- a/lib/libstatspull/Android.bp
+++ b/lib/libstatspull/Android.bp
@@ -37,7 +37,7 @@
     ],
     static_libs: [
         "libutils",
-        "statsd-aidl-ndk_platform",
+        "statsd-aidl-ndk",
     ],
     target: {
         android: {
diff --git a/statsd/Android.bp b/statsd/Android.bp
index bc711dc..f606438 100644
--- a/statsd/Android.bp
+++ b/statsd/Android.bp
@@ -101,7 +101,7 @@
         "libsysutils",
         "libutils",
         "server_configurable_flags",
-        "statsd-aidl-ndk_platform",
+        "statsd-aidl-ndk",
     ],
     shared_libs: [
         "libbinder_ndk",