vibrator: use package as name

In order to provide a more descriptive name, and to be consistent
with HIDL, the stable AIDL package names are switching from
vintf-vibrator format to the package format
(android.hardware.vibrator).

Bug: N/A
Test: all build time
Change-Id: Ie6580714c3d09c1f99808ca9f8dc7875487f1049
Merged-In: Ie6580714c3d09c1f99808ca9f8dc7875487f1049
This commit is contained in:
Steven Moreland 2020-01-06 13:40:50 -08:00
parent a1af29ae4d
commit 9dbe4035ef
1 changed files with 1 additions and 1 deletions

View File

@ -84,6 +84,7 @@ var VndkMustUseVendorVariantList = []string{
"android.hardware.thermal@1.0", "android.hardware.thermal@1.0",
"android.hardware.tv.cec@1.0", "android.hardware.tv.cec@1.0",
"android.hardware.tv.input@1.0", "android.hardware.tv.input@1.0",
"android.hardware.vibrator-ndk_platform",
"android.hardware.vibrator@1.0", "android.hardware.vibrator@1.0",
"android.hardware.vibrator@1.1", "android.hardware.vibrator@1.1",
"android.hardware.vibrator@1.2", "android.hardware.vibrator@1.2",
@ -165,5 +166,4 @@ var VndkMustUseVendorVariantList = []string{
"libxml2", "libxml2",
"libyuv", "libyuv",
"libziparchive", "libziparchive",
"vintf-vibrator-ndk_platform",
} }