diff options
author | 2018-01-25 02:05:30 +0000 | |
---|---|---|
committer | 2018-01-25 02:05:30 +0000 | |
commit | 1ccf72543da1c20e8c8a69b33d86f3d2cae5aaf3 (patch) | |
tree | b5cca5330e60e269e86236f9dec38207cca45670 /libs/androidfw/Android.bp | |
parent | b5f12bbd2f30f93803dbb266c45d30cc44df3d36 (diff) | |
parent | 64ee69d0f1f412edee2eb7a0c846deebbfa37ef9 (diff) |
Merge changes from topic "assetmanager-refactor"
* changes:
libandroidfw: Improve performance of AssetManager2
libandroidfw: Add ApplyStyle and SetConfiguration benchmark
Make idiomatic use of ApkAssets and AssetManager
Replace AssetManager with AssetManager2 implementation
Diffstat (limited to 'libs/androidfw/Android.bp')
-rw-r--r-- | libs/androidfw/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/androidfw/Android.bp b/libs/androidfw/Android.bp index 251b2e773cfb..70d52164ff74 100644 --- a/libs/androidfw/Android.bp +++ b/libs/androidfw/Android.bp @@ -145,6 +145,7 @@ cc_test { "tests/TypeWrappers_test.cpp", "tests/ZipUtils_test.cpp", ], + static_libs: ["libgmock"], target: { android: { srcs: [ @@ -171,6 +172,7 @@ cc_benchmark { // Actual benchmarks. "tests/AssetManager2_bench.cpp", + "tests/AttributeResolution_bench.cpp", "tests/SparseEntry_bench.cpp", "tests/Theme_bench.cpp", ], |