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:
parent
6dc5baffb6
commit
1f32c9b801
2 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue