Merge "Must use vendor variant for health storage AIDL HAL" am: ee8ae11c0f

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1549747

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ic71ffdbe533fbcbd494c2618924c4c6535ff73e6
This commit is contained in:
Treehugger Robot
2021-01-14 22:26:57 +00:00
committed by Automerger Merge Worker

View File

@@ -20,6 +20,8 @@ package config
var VndkMustUseVendorVariantList = []string{ var VndkMustUseVendorVariantList = []string{
"android.hardware.authsecret-unstable-ndk_platform", "android.hardware.authsecret-unstable-ndk_platform",
"android.hardware.automotive.occupant_awareness-ndk_platform", "android.hardware.automotive.occupant_awareness-ndk_platform",
"android.hardware.health.storage-ndk_platform",
"android.hardware.health.storage-unstable-ndk_platform",
"android.hardware.light-ndk_platform", "android.hardware.light-ndk_platform",
"android.hardware.identity-ndk_platform", "android.hardware.identity-ndk_platform",
"android.hardware.nfc@1.2", "android.hardware.nfc@1.2",