summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Kevin Jeon <kevinjeon@google.com> 2023-07-31 12:23:03 -0400
committer Kevin Jeon <kevinjeon@google.com> 2023-08-01 16:55:29 -0400
commit6e0dbf887e330d0ff99bab8120f5df0a6da2802f (patch)
treee478de96ba4641c1b7549da34b3c1d4a75af736f
parent46021831fb0dd9df14149c370b27a55ac58204fc (diff)
Add libdumpstateutil to vendor variant list
This change adds libdumpstateutil to VndkMustUseVendorVariantList. This is done to avoid a VNDK re-spin on aosp/2679475 and aosp/2681060, which add the dumpstate util function IsStrictRun and make it framework-only. Test: Presubmit; verify that builds still work on internal (refer to aosp/2681060 test). Ignore-AOSP-First: This is already in AOSP, but needs to be cherry-picked here first before being removed from AOSP. Bug: 283326935 Change-Id: I3c60dd919a65182937d6e0b233635ff6ca9414d3
-rw-r--r--cc/config/vndk.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/config/vndk.go b/cc/config/vndk.go
index dd612ce63..f9b3eac82 100644
--- a/cc/config/vndk.go
+++ b/cc/config/vndk.go
@@ -21,6 +21,7 @@ package config
var VndkMustUseVendorVariantList = []string{
"android.hardware.nfc@1.2",
"libbinder",
+ "libdumpstateutil",
"libcrypto",
"libexpat",
"libgatekeeper",