summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2011-12-20 20:37:36 +0000
committerAndy Doan <andy.doan@linaro.org>2011-12-21 17:14:06 +0000
commitead85cacf7dc96cfc3e57761794adbd955cbd0c4 (patch)
tree577591959f8e45de5a9436d5fcf79542ca363eff
parent1df709ba08bb6bfba7d18cacf1f28bd1412f4ad5 (diff)
(ALL): add android benchmarks to all builds
Include the skia and v8 benchmarks included in the Android code base into our builds. These will be used to help drive the monthly toolchain benchmarking process Change-Id: I303c43dc0578b897f55bf57caa54305fed76272c Signed-of-by: Andy Doan <andy.doan@linaro.org>
-rw-r--r--common.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 33453c4..fadba03 100644
--- a/common.mk
+++ b/common.mk
@@ -42,6 +42,11 @@ PRODUCT_PACKAGES := \
librs_jni \
mediaframeworktest
+#packages we are using for benchmarking
+PRODUCT_PACKAGES += \
+ v8shell \
+ skia_bench
+
PRODUCT_COPY_FILES := \
device/linaro/common/wallpaper_info.xml:data/system/wallpaper_info.xml