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:
parent
7464ef6206
commit
bc6c0e9bb6
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue