From 0322af503a9a743e133ba67b8b56aa6c1e3af229 Mon Sep 17 00:00:00 2001 From: Sarah Chin Date: Mon, 20 Sep 2021 14:16:28 -0700 Subject: [PATCH] Add IRadio modules to VNDK Test: build Bug: 198331451 Change-Id: Ia468b563c6485464db56b3c9cdbae80de6b3f165 Merged-In: Ia468b563c6485464db56b3c9cdbae80de6b3f165 --- cc/config/vndk.go | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/cc/config/vndk.go b/cc/config/vndk.go index d4fcf7cac..e72efae87 100644 --- a/cc/config/vndk.go +++ b/cc/config/vndk.go @@ -47,17 +47,29 @@ var VndkMustUseVendorVariantList = []string{ "android.hardware.power-V1-ndk", "android.hardware.power-V1-ndk_platform", "android.hardware.power-ndk_platform", - "android.hardware.rebootescrow-V1-ndk", - "android.hardware.rebootescrow-V1-ndk_platform", "android.hardware.power.stats-V1-ndk", "android.hardware.power.stats-V1-ndk_platform", "android.hardware.power.stats-ndk_platform", "android.hardware.power.stats-unstable-ndk_platform", + "android.hardware.rebootescrow-V1-ndk", + "android.hardware.rebootescrow-V1-ndk_platform", + "android.hardware.rebootescrow-ndk_platform", "android.hardware.radio-V1-ndk", "android.hardware.radio-V1-ndk_platform", "android.hardware.radio.config-V1-ndk", "android.hardware.radio.config-V1-ndk_platform", - "android.hardware.rebootescrow-ndk_platform", + "android.hardware.radio.data-V1-ndk", + "android.hardware.radio.data-V1-ndk_platform", + "android.hardware.radio.messaging-V1-ndk", + "android.hardware.radio.messaging-V1-ndk_platform", + "android.hardware.radio.modem-V1-ndk", + "android.hardware.radio.modem-V1-ndk_platform", + "android.hardware.radio.network-V1-ndk", + "android.hardware.radio.network-V1-ndk_platform", + "android.hardware.radio.sim-V1-ndk", + "android.hardware.radio.sim-V1-ndk_platform", + "android.hardware.radio.voice-V1-ndk", + "android.hardware.radio.voice-V1-ndk_platform", "android.hardware.security.keymint-V1-ndk", "android.hardware.security.keymint-V1-ndk_platform", "android.hardware.security.keymint-ndk_platform",