From cab0d60115b3dd372749b213be4dee6a7dc2c25b Mon Sep 17 00:00:00 2001 From: Dennis Shen Date: Fri, 7 Jun 2024 13:06:05 +0000 Subject: [PATCH] switch over to use new storage read api instead of server_configurable_flags, this new read api lib will be needed for new codegened aconfig flag lib. Bug: 321077378 Test m and avd Change-Id: I908ccf51b59ef4f475d8680003cb4aec61bdd12c --- usb/usb/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/usb/usb/Android.bp b/usb/usb/Android.bp index 609af179..6b24cb57 100644 --- a/usb/usb/Android.bp +++ b/usb/usb/Android.bp @@ -56,6 +56,7 @@ cc_binary { "libbinder_ndk", "libprotobuf-cpp-lite", "server_configurable_flags", + "libaconfig_storage_read_api_cc", ], static_libs: [ "libpixelusb-aidl",