aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Jeon <kevinjeon@google.com>2023-08-02 23:07:49 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-08-02 23:07:49 +0000
commit042235b1a9500f33a2cc0b11eb32dbef824e0758 (patch)
tree87877b213587a11465151b4169fda3eff0729dc3
parent48961660e51b47550a0601d40a0df0ebba8feea3 (diff)
parent6e0dbf887e330d0ff99bab8120f5df0a6da2802f (diff)
downloadsoong-042235b1a9500f33a2cc0b11eb32dbef824e0758.tar.gz
Add libdumpstateutil to vendor variant list am: 6e0dbf887e
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/soong/+/24286944 Change-Id: Ib40a6434b4331227f7bd52c316d2cb616b637eae Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-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",