summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)