mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
vibrator ext: use package name as module name am: 8fe0c2e0ec am: 2059db5d94
Change-Id: I06d8dca714063dadd4f3a6bda341986b7ab66416
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
aidl_interface {
|
||||
// This is an example test interface showing how to add functionality
|
||||
// with setExtension/getExtension
|
||||
name: "test-android.hardware.vibrator-ext",
|
||||
name: "android.hardware.tests.extension.vibrator",
|
||||
vendor_available: true,
|
||||
srcs: [
|
||||
// Using android.hardware as the package because this is in
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// server for example.
|
||||
|
||||
cc_test {
|
||||
name: "test-android.hardware.vibrator-ext-client",
|
||||
name: "android.hardware.tests.extension.vibrator-client",
|
||||
srcs: [
|
||||
// system code has the option to use the unstable C++ libbinder API
|
||||
// or the NDK one. For maximum code portability, using the ndk client
|
||||
@@ -15,10 +15,10 @@ cc_test {
|
||||
"libbinder",
|
||||
"libutils",
|
||||
"android.hardware.vibrator-cpp",
|
||||
"test-android.hardware.vibrator-ext-cpp",
|
||||
"android.hardware.tests.extension.vibrator-cpp",
|
||||
|
||||
"libbinder_ndk",
|
||||
"android.hardware.vibrator-ndk_platform",
|
||||
"test-android.hardware.vibrator-ext-ndk_platform",
|
||||
"android.hardware.tests.extension.vibrator-ndk_platform",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -20,6 +20,6 @@ cc_binary {
|
||||
"libbase",
|
||||
"libbinder_ndk",
|
||||
"android.hardware.vibrator-ndk_platform",
|
||||
"test-android.hardware.vibrator-ext-ndk_platform",
|
||||
"android.hardware.tests.extension.vibrator-ndk_platform",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user