From 1b51d6b7987d1e98e680ad603d442c0f41cfb74b Mon Sep 17 00:00:00 2001 From: Dennis Shen Date: Wed, 5 Jun 2024 12:59:23 +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: Ieab46eb2561f910be2bf016fe4c63062a4e31a66 --- usb/usb/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/usb/usb/Android.bp b/usb/usb/Android.bp index 5afdcc66..fa7a07f7 100644 --- a/usb/usb/Android.bp +++ b/usb/usb/Android.bp @@ -52,6 +52,7 @@ cc_binary { "libbinder_ndk", "libprotobuf-cpp-lite", "server_configurable_flags", + "libaconfig_storage_read_api_cc", ], static_libs: [ "libpixelusb",