summaryrefslogtreecommitdiff
path: root/libs/androidfw/Android.bp
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2017-12-28 13:01:35 -0800
committerAdam Lesinski <adamlesinski@google.com>2018-01-24 15:19:09 -0800
commitd9c809c480e22ccced6762268efaa30bb9a6e491 (patch)
treee53a25d1f086422982926c79f347a2a850ff3a22 /libs/androidfw/Android.bp
parente70b57a659e4486d07f30ebe3b067715b53f1378 (diff)
libandroidfw: Add ApplyStyle and SetConfiguration benchmark
Test: mma frameworks/base/libs/androidfw Test: adb sync system data Test: adb shell /data/benchmarktest64/libandroidfw_benchmarks/libandroidfw_benchmarks Change-Id: Ia6b441f186ccb455acbee15723f0d2d5657b09b5
Diffstat (limited to 'libs/androidfw/Android.bp')
-rw-r--r--libs/androidfw/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/androidfw/Android.bp b/libs/androidfw/Android.bp
index 251b2e773cfb..7c9078b164a2 100644
--- a/libs/androidfw/Android.bp
+++ b/libs/androidfw/Android.bp
@@ -171,6 +171,7 @@ cc_benchmark {
// Actual benchmarks.
"tests/AssetManager2_bench.cpp",
+ "tests/AttributeResolution_bench.cpp",
"tests/SparseEntry_bench.cpp",
"tests/Theme_bench.cpp",
],