Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(869)

Unified Diff: build/android/ant/apk-package.xml

Issue 212173003: android: Do not pass source_dir to package_apk. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/java_apk.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/ant/apk-package.xml
diff --git a/build/android/ant/apk-package.xml b/build/android/ant/apk-package.xml
index 69f55015521e567812525c6d94dd0df92a491c3f..7cb6a96b610ea6f0f919a8d17a360a2e692c6a47 100644
--- a/build/android/ant/apk-package.xml
+++ b/build/android/ant/apk-package.xml
@@ -56,9 +56,6 @@
<property name="dex.file.name" value="classes.dex" />
<property name="intermediate.dex.file" location="${out.absolute.dir}/${dex.file.name}" />
- <property name="source.dir" value="${SOURCE_DIR}" />
- <property name="source.absolute.dir" location="${source.dir}" />
-
<!-- Macro that enables passing a variable list of external jar files
to ApkBuilder. -->
<macrodef name="package-helper">
@@ -75,7 +72,6 @@
previousBuildType="/"
buildType="${build.is.packaging.debug}/${build.is.signing.debug}">
<dex path="${intermediate.dex.file}"/>
- <sourcefolder path="${source.absolute.dir}"/>
<nativefolder path="${native.libs.absolute.dir}" />
<extra-jars/>
</apkbuilder>
« no previous file with comments | « no previous file | build/java_apk.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698