summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2021-10-26 22:33:31 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-10-26 22:33:31 +0000
commitbc909df73215735a98490a3da5bf375c7edb3d0c (patch)
tree7b76b61d7f01fe783d71b69a16ccff169db37b8d
parentdc24d26093e2c558ff395af8f2378c9c64639ae5 (diff)
parent932920f4038fc5a3715ade9a394dbdfc66c20b73 (diff)
Merge "Add health to vndk vendor variant list"
-rw-r--r--cc/config/vndk.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/config/vndk.go b/cc/config/vndk.go
index 104137240..9577a8c1c 100644
--- a/cc/config/vndk.go
+++ b/cc/config/vndk.go
@@ -30,6 +30,8 @@ var VndkMustUseVendorVariantList = []string{
"android.hardware.gnss-V1-ndk_platform",
"android.hardware.gnss-ndk_platform",
"android.hardware.gnss-unstable-ndk_platform",
+ "android.hardware.health-V1-ndk",
+ "android.hardware.health-ndk",
"android.hardware.health.storage-V1-ndk",
"android.hardware.health.storage-V1-ndk_platform",
"android.hardware.health.storage-ndk_platform",