diff options
author | Adam Lesinski <adamlesinski@google.com> | 2018-01-25 15:38:50 -0800 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2018-01-25 17:34:40 -0800 |
commit | 646265cb2a4af0b1b795fbb2f76ad424ce97cba3 (patch) | |
tree | 4d0ba93e33158093c571e0852083d40b8c38aaa3 /libs/androidfw/Android.bp | |
parent | 0dd369912a2b46c22d09ddc6ae117fe173e51cb8 (diff) |
Revert "libandroidfw: Add ApplyStyle and SetConfiguration benchmark"
This reverts commit d9c809c480e22ccced6762268efaa30bb9a6e491.
Bug:72511998
Change-Id: I3be2374e3662fc8397c00f1df1bce6de5f5a4549
Diffstat (limited to 'libs/androidfw/Android.bp')
-rw-r--r-- | libs/androidfw/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/androidfw/Android.bp b/libs/androidfw/Android.bp index 7c9078b164a2..251b2e773cfb 100644 --- a/libs/androidfw/Android.bp +++ b/libs/androidfw/Android.bp @@ -171,7 +171,6 @@ cc_benchmark { // Actual benchmarks. "tests/AssetManager2_bench.cpp", - "tests/AttributeResolution_bench.cpp", "tests/SparseEntry_bench.cpp", "tests/Theme_bench.cpp", ], |