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: Iebc1c5d4c277e96cf7564d882aeecb084adc53ee
This commit is contained in:
Jiyong Park 2021-08-04 12:48:02 +09:00 committed by TreeHugger Robot
parent 6dc5baffb6
commit 1f32c9b801
2 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ cc_binary {
"android.hardware.thermal@1.0",
"android.hardware.thermal@2.0",
"libcutils",
"android.frameworks.stats-V1-ndk_platform",
"android.frameworks.stats-V1-ndk",
"pixelatoms-cpp",
"libbinder_ndk",
],
@ -60,7 +60,7 @@ cc_binary {
"libpixelstats",
],
export_shared_lib_headers: [
"android.frameworks.stats-V1-ndk_platform",
"android.frameworks.stats-V1-ndk",
"pixelatoms-cpp",
],
proprietary: true,