| commit | c00a4c464e332eb4faf32af87f2413c99c450280 | [log] [tgz] |
|---|---|---|
| author | Dennis Shen <dzshen@google.com> | Thu Jun 06 18:53:16 2024 +0000 |
| committer | Dennis Shen <dzshen@google.com> | Thu Jun 06 18:53:16 2024 +0000 |
| tree | 87c62777d0ebe5b7bfbe72956201cd799bc77550 | |
| parent | 1c97fe21bdcb1345a1c10d55755e8985fba85e39 [diff] |
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: Id584611f09be36251822f6bb792e0d1880a487c1
diff --git a/libraries/flag-helpers/libflagtest/Android.bp b/libraries/flag-helpers/libflagtest/Android.bp index 13561c9..722da2f 100644 --- a/libraries/flag-helpers/libflagtest/Android.bp +++ b/libraries/flag-helpers/libflagtest/Android.bp
@@ -92,6 +92,7 @@ shared_libs: [ "libbase", "server_configurable_flags", + "libaconfig_storage_read_api_cc", ], test_suites: ["device-tests"], }