diff options
| -rw-r--r-- | cc/config/vndk.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/config/vndk.go b/cc/config/vndk.go index db69ce785..626f990a0 100644 --- a/cc/config/vndk.go +++ b/cc/config/vndk.go @@ -58,6 +58,8 @@ var VndkMustUseVendorVariantList = []string{ "android.hardware.power-V1-ndk_platform", "android.hardware.power-V2-ndk", "android.hardware.power-V2-ndk_platform", + "android.hardware.power-V3-ndk", + "android.hardware.power-V3-ndk_platform", "android.hardware.power-ndk_platform", "android.hardware.power.stats-V1-ndk", "android.hardware.power.stats-V1-ndk_platform", |
