Remove ndk_platform backend. Use the ndk backend. am: 3428793114 am: 7760ffc444

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16119649

Change-Id: Id83ed275af2699344d9eee747cbcd8c7e9333789
This commit is contained in:
Jiyong Park 2021-10-27 03:17:32 +00:00 committed by Automerger Merge Worker
commit 2cba9caeb1
2 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@ cc_prebuilt_library_shared {
"android.hardware.gnss@2.1",
"android.hardware.gnss.measurement_corrections@1.0",
"android.hardware.gnss.visibility_control@1.0",
"android.hardware.gnss-V1-ndk_platform",
"android.hardware.gnss-V1-ndk",
"libhardware",
"libc++",
"libc",

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,