summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-04-30 22:21:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-30 22:21:21 +0000
commit175e75876be5c603d50a9975dd87619bd3088e14 (patch)
tree6192f9e1c47798846a423f8bcd628d2be3ab4c6d
parent99a0f11460077e2f773a23792d18f7f76b9a31f9 (diff)
parentf8b765669c7c76079205f7b781a2cf9addbbb700 (diff)
downloadnative-175e75876be5c603d50a9975dd87619bd3088e14.tar.gz
Merge "Update dependencies for new aconfig flag storage" into main
-rw-r--r--cmds/dumpstate/Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/cmds/dumpstate/Android.bp b/cmds/dumpstate/Android.bp
index 23f33d85a2..4a77967bb2 100644
--- a/cmds/dumpstate/Android.bp
+++ b/cmds/dumpstate/Android.bp
@@ -79,7 +79,10 @@ filegroup {
cc_defaults {
name: "dumpstate_defaults",
- defaults: ["dumpstate_cflag_defaults"],
+ defaults: [
+ "aconfig_lib_cc_static_link.defaults",
+ "dumpstate_cflag_defaults",
+ ],
shared_libs: [
"android.hardware.dumpstate@1.0",
"android.hardware.dumpstate@1.1",