Skip to content

Commit f408a47

Browse files
Dennis ShenGerrit Code Review
authored andcommitted
Merge "add libaconfig_storage_read_api_cc dep for linking aconfig flag lib statically" into main
2 parents 38a4ab9 + fccd109 commit f408a47

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

libs/input/Android.bp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ cc_library {
260260

261261
shared_libs: [
262262
"android.companion.virtualdevice.flags-aconfig-cc",
263+
"libaconfig_storage_read_api_cc",
263264
"libbase",
264265
"libbinder",
265266
"libbinder_ndk",

libs/input/tests/Android.bp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ cc_test {
6363
},
6464
},
6565
shared_libs: [
66+
"libaconfig_storage_read_api_cc",
6667
"libbase",
6768
"libbinder",
6869
"libcutils",

0 commit comments

Comments
 (0)