diff options
| author | 2017-01-16 19:11:19 -0800 | |
|---|---|---|
| committer | 2017-02-08 06:04:52 -0800 | |
| commit | 929d6517dfd338f0d481dbe6587643d5aef27ec6 (patch) | |
| tree | b80a93b93946bd4e982b9f4abd97a4c3aa43feb3 /libs/androidfw/Android.bp | |
| parent | c270de85cc0c398d9ce165592908d2740219a708 (diff) | |
AssetManager2: Add GetResourceId
Add ability to lookup a resource by name.
Test: make libandroidfw_tests
Change-Id: I262ba5ce4c9892458226fbdb44cf21f9877fb92d
Diffstat (limited to 'libs/androidfw/Android.bp')
| -rw-r--r-- | libs/androidfw/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/androidfw/Android.bp b/libs/androidfw/Android.bp index ecf6bd4a0cf1..e764034ccd1c 100644 --- a/libs/androidfw/Android.bp +++ b/libs/androidfw/Android.bp @@ -36,6 +36,7 @@ cc_library { "misc.cpp", "ObbFile.cpp", "ResourceTypes.cpp", + "ResourceUtils.cpp", "StreamingZipInflater.cpp", "TypeWrappers.cpp", "Util.cpp", |