From 501be146db59b11db79144b933f81e16cdc15525 Mon Sep 17 00:00:00 2001 From: Kevin Jeon Date: Mon, 31 Jul 2023 12:23:03 -0400 Subject: [PATCH] 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). Bug: 283326935 Change-Id: I3c60dd919a65182937d6e0b233635ff6ca9414d3 --- cc/config/vndk.go | 1 + 1 file changed, 1 insertion(+) 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",