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
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:a99ec3073fb95840d965d3acbaee5c9aeabeba49)
Merged-In: I412df2b36f49215a8b2ffe156641720c14218ba0
Change-Id: I412df2b36f49215a8b2ffe156641720c14218ba0
This commit is contained in:
Ted Bauer
2024-08-15 13:39:17 +00:00
committed by Android Build Cherrypicker Worker
parent 6c7d5ded29
commit 922c032573
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",
],