summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index cf46af2..da8f972 100644
--- a/common.mk
+++ b/common.mk
@@ -68,8 +68,11 @@ PRODUCT_PACKAGES := \
sysbench
#packages we are using for benchmarking
+# d8 replaces v8shell -- we're leaving both packages in here for now so
+# older builds still get v8shell.
PRODUCT_PACKAGES += \
v8shell \
+ d8 \
skia_bench
V8BENCHMARKS := $(foreach js,$(wildcard $(TOP)/external/v8/benchmarks/*.js),\