Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_hardware_interfaces
/
854acd7c7dbb51f3dfe0bce90ba6c9dcaf852eb0
/
.
/
vibrator
/
aidl
/
Android.bp
blob: 97663538faf478cd5b71548835850ed18a2cea79 [
file
] [
log
] [
blame
]
aidl_interface
{
name
:
"android.hardware.vibrator"
,
vendor_available
:
true
,
srcs
:
[
"android/hardware/vibrator/*.aidl"
,
],
stability
:
"vintf"
,
backend
:
{
java
:
{
platform_apis
:
true
,
},
ndk
:
{
vndk
:
{
enabled
:
true
,
},
},
},
versions
:
[
"1"
],
}