From bb5f822c57112e4f8fdc1c51a01de2746a4ee88d Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Mon, 25 Jan 2016 14:06:30 -0800 Subject: Remove generator.js from LOCAL_SRC_FILES The build system does not do anything with .js files in LOCAL_SRC_FILES. To reduce confusion, and prevent typos, it is becoming a warning to add unused entries into LOCAL_SRC_FILES. Change-Id: I1f7665cd08767dd3308c12eb796a62eaeed86915 --- Android.v8common.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/Android.v8common.mk b/Android.v8common.mk index a8d9bb5d..9684e86a 100644 --- a/Android.v8common.mk +++ b/Android.v8common.mk @@ -126,7 +126,6 @@ LOCAL_SRC_FILES := \ src/frames.cc \ src/full-codegen.cc \ src/func-name-inferrer.cc \ - src/generator.js \ src/global-handles.cc \ src/handles.cc \ src/heap-profiler.cc \ -- cgit v1.2.3