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: Ib2af857ab464bc03c3ef04a42790ae632854577a
This commit is contained in:
Jiyong Park 2021-10-12 16:36:54 +09:00
parent 7464ef6206
commit bc6c0e9bb6

View file

@ -21,7 +21,7 @@ package {
cc_defaults {
name: "VehicleHalDefaults",
static_libs: [
"android.hardware.automotive.vehicle-V1-ndk_platform",
"android.hardware.automotive.vehicle-V1-ndk",
],
shared_libs: [
"libbase",