Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9dbe4035 authored by Steven Moreland's avatar Steven Moreland
Browse files

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
parent a1af29ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,6 +84,7 @@ var VndkMustUseVendorVariantList = []string{
	"android.hardware.thermal@1.0",
	"android.hardware.tv.cec@1.0",
	"android.hardware.tv.input@1.0",
	"android.hardware.vibrator-ndk_platform",
	"android.hardware.vibrator@1.0",
	"android.hardware.vibrator@1.1",
	"android.hardware.vibrator@1.2",
@@ -165,5 +166,4 @@ var VndkMustUseVendorVariantList = []string{
	"libxml2",
	"libyuv",
	"libziparchive",
	"vintf-vibrator-ndk_platform",
}