| Index: build/android/ant/chromium-jars.xml
|
| diff --git a/build/android/ant/chromium-jars.xml b/build/android/ant/chromium-jars.xml
|
| index b2992a96d1aa096880c8c5d042bc5d90971b452f..0839aec33431dbc04c4cc4811b09ba2b1fa4dc06 100644
|
| --- a/build/android/ant/chromium-jars.xml
|
| +++ b/build/android/ant/chromium-jars.xml
|
| @@ -18,12 +18,12 @@
|
| <import file="common.xml"/>
|
|
|
| <path id="javac.custom.classpath">
|
| - <filelist dir="/" files="${INPUT_JARS_PATHS}"/>
|
| + <filelist files="${INPUT_JARS_PATHS}"/>
|
| <pathelement location="${ANDROID_SDK}/android.jar" />
|
| </path>
|
|
|
| <path id="javac.srcdirs.additional">
|
| - <filelist dir="/" files="${ADDITIONAL_SRC_DIRS}" />
|
| + <filelist files="${ADDITIONAL_SRC_DIRS}" />
|
| </path>
|
|
|
| <property-value name="javac.srcdir" value="src:${toString:javac.srcdirs.additional}"/>
|
|
|