OSDN Git Service

Removes superfluous use of LOCAL_SRC_FILES in derived Makefiles.
authorSteve Block <steveblock@google.com>
Tue, 24 Nov 2009 23:25:05 +0000 (23:25 +0000)
committerSteve Block <steveblock@google.com>
Tue, 24 Nov 2009 23:25:05 +0000 (23:25 +0000)
Change-Id: I685fd143279f92570a1844c847478e0cbe038e1e

Android.mk
WebCore/Android.derived.mk

index 3d02739..942043a 100644 (file)
@@ -105,7 +105,6 @@ endif
 ifeq ($(JAVASCRIPT_ENGINE),v8)
 include $(LOCAL_PATH)/Android.derived.v8bindings.mk
 endif
-WEBKIT_SRC_FILES += $(addprefix $d/,$(LOCAL_SRC_FILES))
 
 # Include source files for android WebKit port
 d := WebKit
index 7c9676d..c0afe81 100644 (file)
@@ -23,7 +23,6 @@
 ## OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 ##
 
-LOCAL_SRC_FILES :=
 # CSS property names and value keywords
 
 GEN := $(intermediates)/css/CSSPropertyNames.h