summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2011-12-21 17:36:42 +0000
committerAndy Doan <andy.doan@linaro.org>2012-01-04 22:55:10 +0000
commitddd0888ff7bb39a279d8679f77aab6f9388d4027 (patch)
tree5de89283c6cc281b968a280703859063ce987d2b
parente5858db0b3f2a9c53be70edaadbd537306c6c67a (diff)
(ALL) : add v8 benchmark js to buildlinaro_android_4.0.3_pandaboard
This adds the v8 JavaScript benchmarks to /data/benchmark/v8. Change-Id: Ifa4c130cf47246f14bdd3e86e8eb4ce4a36d8f7e Signed-off-by:Andy Doan <andy.doan@linaro.org>
-rw-r--r--common.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 9fcedab..dc7f8c7 100644
--- a/common.mk
+++ b/common.mk
@@ -47,4 +47,11 @@ PRODUCT_PACKAGES += \
v8shell \
skia_bench
+V8BENCHMARKS := $(foreach js,$(wildcard $(TOP)/external/v8/benchmarks/*.js),\
+ $(js):data/benchmark/v8/$(notdir $(js)))
+
+PRODUCT_COPY_FILES := \
+ device/linaro/common/wallpaper_info.xml:data/system/wallpaper_info.xml \
+ $(V8BENCHMARKS)
+
$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)