mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Merge "Remove ndk_platform backend. Use the ndk backend."
This commit is contained in:
@@ -41,7 +41,7 @@ cc_defaults {
|
||||
defaults: ["vhal_v2_0_defaults"],
|
||||
shared_libs: [
|
||||
"libbinder_ndk",
|
||||
"carwatchdog_aidl_interface-V2-ndk_platform",
|
||||
"carwatchdog_aidl_interface-V2-ndk",
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ cc_binary {
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libbinder_ndk",
|
||||
"android.hardware.power-V1-ndk_platform",
|
||||
"android.hardware.power-V1-ndk",
|
||||
],
|
||||
srcs: [
|
||||
"main.cpp",
|
||||
|
||||
@@ -27,7 +27,7 @@ cc_test {
|
||||
"android.hardware.tests.extension.vibrator-V1-cpp",
|
||||
|
||||
"libbinder_ndk",
|
||||
"android.hardware.vibrator-V1-ndk_platform",
|
||||
"android.hardware.tests.extension.vibrator-V1-ndk_platform",
|
||||
"android.hardware.vibrator-V1-ndk",
|
||||
"android.hardware.tests.extension.vibrator-V1-ndk",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ cc_binary {
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libbinder_ndk",
|
||||
"android.hardware.vibrator-V1-ndk_platform",
|
||||
"android.hardware.tests.extension.vibrator-V1-ndk_platform",
|
||||
"android.hardware.vibrator-V1-ndk",
|
||||
"android.hardware.tests.extension.vibrator-V1-ndk",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ cc_library_static {
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libbinder_ndk",
|
||||
"android.hardware.vibrator-V1-ndk_platform",
|
||||
"android.hardware.vibrator-V1-ndk",
|
||||
],
|
||||
export_include_dirs: ["include"],
|
||||
srcs: ["Vibrator.cpp"],
|
||||
@@ -32,7 +32,7 @@ cc_binary {
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libbinder_ndk",
|
||||
"android.hardware.vibrator-V1-ndk_platform",
|
||||
"android.hardware.vibrator-V1-ndk",
|
||||
],
|
||||
static_libs: [
|
||||
"libvibratorexampleimpl",
|
||||
|
||||
Reference in New Issue
Block a user