From 142b28a095d9ecc43ab573e9923ad2c775a0a9c8 Mon Sep 17 00:00:00 2001 From: ChengYou Ho Date: Fri, 1 Jan 2021 12:50:37 +0800 Subject: [PATCH] Create OemLock aidl interface Bug: 176107318 Change-Id: I31da15e7aedfaafb1841de0fc8e81aed73405ae0 --- cc/config/vndk.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cc/config/vndk.go b/cc/config/vndk.go index 4bcad4b1f..cf5674bbd 100644 --- a/cc/config/vndk.go +++ b/cc/config/vndk.go @@ -23,6 +23,7 @@ var VndkMustUseVendorVariantList = []string{ "android.hardware.identity-ndk_platform", "android.hardware.nfc@1.2", "android.hardware.memtrack-unstable-ndk_platform", + "android.hardware.oemlock-unstable-ndk_platform", "android.hardware.power-ndk_platform", "android.hardware.rebootescrow-ndk_platform", "android.hardware.security.keymint-unstable-ndk_platform",