Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Remove files that we do not use during compilation.
Browse files Browse the repository at this point in the history
This makes build script simpler. Also it will be easier to convert
the buildfile to other build tools (such as Tup).

Change-Id: I2d83d2d0c638bec50411e07d693cff3049f67903
  • Loading branch information
anatol committed Feb 1, 2011
1 parent ece28e9 commit e469430
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 537 deletions.
1 change: 0 additions & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_SRC_FILES := $(filter-out %/JDiffAntTask.java,$(LOCAL_SRC_FILES))

LOCAL_CLASSPATH := $(HOST_JDK_TOOLS_JAR)

Expand Down
Loading

0 comments on commit e469430

Please sign in to comment.