Update dependencies for new aconfig flag storage

Bug: 328444881
Test: m
Change-Id: I3685a74e9e93a6ecb89a054e243b48b67f470d55
This commit is contained in:
Ted Bauer
2024-04-30 23:57:51 +00:00
parent ced25ac630
commit 4560e3ae8f

View File

@@ -161,6 +161,9 @@ cc_test {
shared_libs: [
"server_configurable_flags",
],
defaults: [
"aconfig_lib_cc_static_link.defaults",
],
test_suites: ["general-tests"],
}
@@ -176,6 +179,9 @@ cc_test {
shared_libs: [
"server_configurable_flags",
],
defaults: [
"aconfig_lib_cc_static_link.defaults",
],
test_suites: ["general-tests"],
}
@@ -199,6 +205,9 @@ cc_test {
shared_libs: [
"server_configurable_flags",
],
defaults: [
"aconfig_lib_cc_static_link.defaults",
],
test_suites: ["general-tests"],
}
*/
@@ -215,6 +224,9 @@ cc_test {
shared_libs: [
"server_configurable_flags",
],
defaults: [
"aconfig_lib_cc_static_link.defaults",
],
test_suites: ["general-tests"],
}