summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Bauer <tedbauer@google.com>2024-04-24 00:48:20 +0000
committerTed Bauer <tedbauer@google.com>2024-04-29 20:05:41 +0000
commit6844e77d4043cfbb43d1930482124565e93c3a25 (patch)
tree5bfd8b470df8f90b33bc97f186e677d0a056b334
parent32e66fcceb182ef5d13d98f67d1ba4fc27ce6e1f (diff)
downloaddevelopment-6844e77d4043cfbb43d1930482124565e93c3a25.tar.gz
Add deps for new aconfig flagging storage
Aconfig flagging storage is migrating to a new underlying storage, which has new dependencies. Add the dependencies as a defaults. Bug: 328444881 Test: m Change-Id: Iada5e070193e373175d0d55450fa98b5d0f26938
-rw-r--r--samples/AconfigDemo/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/samples/AconfigDemo/Android.bp b/samples/AconfigDemo/Android.bp
index 628fe5b0e..07e0e8d10 100644
--- a/samples/AconfigDemo/Android.bp
+++ b/samples/AconfigDemo/Android.bp
@@ -86,6 +86,9 @@ cc_library {
"aconfig_demo_flags_c_lib",
],
export_include_dirs: ["src/include"],
+ defaults: [
+ "aconfig_lib_cc_static_link.defaults",
+ ],
}
rust_aconfig_library {