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

Commit d5cff19c authored by Steven Moreland's avatar Steven Moreland
Browse files

vndk vintf vibrator

Bug: 141828236
Test: TH
Change-Id: I6fd418008f4695cae8f4ffd8547b6ea28fa195fa
parent 1b3f4266
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -5,5 +5,11 @@ aidl_interface {
        "android/hardware/vibrator/*.aidl",
    ],
    stability: "vintf",
    backend: {
        ndk: {
            vndk: {
                enabled: true,
            },
        },
    },
}