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
This commit is contained in:
Jiyong Park
2021-07-27 12:16:52 +09:00
parent 738dd1a9e3
commit 27f77fefd7
32 changed files with 52 additions and 52 deletions

View File

@@ -100,10 +100,10 @@ cc_test {
// These are static libs only for testing purposes and portability. Shared
// libs should be used on device.
static_libs: [
"android.hardware.common-V2-ndk_platform",
"android.hardware.common.fmq-V1-ndk_platform",
"android.hardware.common-V2-ndk",
"android.hardware.common.fmq-V1-ndk",
"android.hardware.tests.msgq@1.0",
"android.fmq.test-ndk_platform",
"android.fmq.test-ndk",
],
whole_static_libs: [
"android.hardware.tests.msgq@1.0-impl",