commit | 9c20f729c7ef90da4a5c519326925caae8057392 | [log] [tgz] |
---|---|---|
author | Zoran Jovanovic <zoran.jovanovic@sony.com> | Tue Jun 04 16:20:47 2019 +0200 |
committer | Todd Kennedy <toddke@google.com> | Mon Feb 10 14:22:54 2020 -0800 |
tree | 0a7be4161f4725be4f25591eb91678f78f6255f9 | |
parent | 4b5b834e13b7c31b449cb751b4407a14932b959a [diff] |
idmap2: support Lookup for arrays Lookup of array resource in idmap2 would result in an error. The reason was that on AssetManager2::GetValue call bags were not taken into consideration. Acquire the bag as well and traverse through it to fetch all its values. Bug: 134426097 Test: run `adb exec-out lookup` on a known array resource Change-Id: Ife066154e74d2ee8bd7b273030e75d8448558437 Signed-off-by: Zoran Jovanovic <zoran.jovanovic@sony.com>