Add new aconfig dependencies

Aconfig flagging is undergoing an internal storage migration. Add the
new dependencies required for it.

Bug: 347701310
Test: m
Flag: build.RELEASE_READ_FROM_NEW_STORAGE
Change-Id: I412df2b36f49215a8b2ffe156641720c14218ba0
This commit is contained in:
Ted Bauer
2024-06-21 19:13:04 +00:00
parent b93a02f683
commit a99ec3073f
2 changed files with 3 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ cc_test {
cc_test {
name: "VtsNfcBehaviorChangesTest",
defaults: [
"aconfig_lib_cc_shared_link.defaults",
"VtsHalTargetTestDefaults",
"use_libaidlvintf_gtest_helper_static",
],
@@ -65,6 +66,7 @@ cc_test {
"system/nfc/utils/include",
],
shared_libs: [
"liblog",
"libbinder",
"libbinder_ndk",
"libnativehelper",

View File

@@ -25,6 +25,7 @@ package {
cc_test {
name: "VtsHalRadioTargetTest",
defaults: [
"aconfig_lib_cc_shared_link.defaults",
"VtsHalTargetTestDefaults",
"use_libaidlvintf_gtest_helper_static",
],