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>2011-12-21 17:36:42 +0000
commit08ac3cbad233e38fe54ac07eafe2881e4e55b748 (patch)
treeea2e55c31f68cfed40b5eb243a73af9fea4c3726
parentead85cacf7dc96cfc3e57761794adbd955cbd0c4 (diff)
(ALL) : add v8 benchmark js to buildlinaro_android_4.0.1
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.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index fadba03..dc7f8c7 100644
--- a/common.mk
+++ b/common.mk
@@ -47,7 +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
+ device/linaro/common/wallpaper_info.xml:data/system/wallpaper_info.xml \
+ $(V8BENCHMARKS)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)