Merge "vibrator ext: use package name as module name" am: d0e8e7b4b4
am: f3b9a25786
Change-Id: Idf7df9656d8f7b8502d44c4535611954d7faaadd
This commit is contained in:
commit
13462e49df
3 changed files with 5 additions and 5 deletions
|
@ -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",
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue