diff options
| author | 2021-09-23 16:35:42 +0000 | |
|---|---|---|
| committer | 2021-09-23 16:35:42 +0000 | |
| commit | 1c0557ea82730ca11dc608b51f7b0073589fc9f1 (patch) | |
| tree | 7700aae31192829c00d36ab29a37c6780825be25 | |
| parent | 2e65f41953a4580435a2385df8de5f4f97bf41cb (diff) | |
| parent | 0322af503a9a743e133ba67b8b56aa6c1e3af229 (diff) | |
Merge "Add IRadio modules to VNDK"
| -rw-r--r-- | cc/config/vndk.go | 18 |
1 files 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", |