Skip to content

Commit fccd109

Browse files
author
Dennis Shen
committed
add libaconfig_storage_read_api_cc dep for linking aconfig flag lib
statically Test: m Change-Id: Ibde5592bd7292ff6674bca0b959eb07ee7ea64ac Merged-In: Ibde5592bd7292ff6674bca0b959eb07ee7ea64ac
1 parent 38a4ab9 commit fccd109

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)