commit | c4dadee12a57b3a75a2e8d570a0650617664e288 | [log] [tgz] |
---|---|---|
author | Yurii Zubrytskyi <zyy@google.com> | Thu Aug 15 12:08:47 2024 -0700 |
committer | Yurii Zubrytskyi <zyy@google.com> | Thu Aug 15 21:14:16 2024 -0700 |
tree | ad928e9a92532b176292d6e2e0ae2f065687084d | |
parent | b6eb5b62ff0f7ad18b1a6e8509e42afb8620a560 [diff] [blame] |
[res] Start using ftl::SmallVector<> where it's most useful Test: build + boot Flag: EXEMPT minor change Change-Id: I21694756674169388407e2b3c7dce850ff19e354
diff --git a/libs/androidfw/tests/BenchmarkHelpers.cpp b/libs/androidfw/tests/BenchmarkHelpers.cpp index e3fc0a0..ec2abb8 100644 --- a/libs/androidfw/tests/BenchmarkHelpers.cpp +++ b/libs/androidfw/tests/BenchmarkHelpers.cpp
@@ -66,7 +66,7 @@ AssetManager2 assetmanager; assetmanager.SetApkAssets(apk_assets); if (config != nullptr) { - assetmanager.SetConfigurations({*config}); + assetmanager.SetConfigurations({{{*config}}}); } while (state.KeepRunning()) {