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

Unified Diff: testing/android/native_test_apk.xml

Issue 10223007: Package and load native library in content shell. Add content shell util scripts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tweaks Created 8 years, 8 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
Index: testing/android/native_test_apk.xml
diff --git a/testing/android/native_test_apk.xml b/testing/android/native_test_apk.xml
index 41838d246b04d93d8049141501fae85bd87dc8e4..02b1590d7bd8655915e9bcc74eed915dff36e9a1 100644
--- a/testing/android/native_test_apk.xml
+++ b/testing/android/native_test_apk.xml
@@ -15,11 +15,6 @@ found in the LICENSE file.
<property name="sdk.dir" location="${env.ANDROID_SDK_ROOT}"/>
<property name="sdk.version" value="${env.ANDROID_SDK_VERSION}"/>
<property name="src" location="."/>
-
- <!-- TODO(jrg): although the source.dir setting points the android
- antfiles to the correct location for finding our java, and our jars
- are rebuilt when the java changes, a re-javac does not trigger a
- re-package of our apk. Fix. -->
<property name="source.dir" location="java"/>
<property name="target" value="android-${env.ANDROID_SDK_VERSION}"/>
@@ -47,8 +42,9 @@ found in the LICENSE file.
<property name="out.dir" location="${PRODUCT_DIR}/replaceme_apk"/>
- <!-- TODO(jrg): should I make this directory specific to the apk? -->
+ <property name="resource.absolute.dir" value="res"/>
<property name="gen.absolute.dir" value="${out.dir}/gen"/>
+ <property name="jar.libs.dir" value="${out.dir}/java/libs"/>
<import file="${sdk.dir}/tools/ant/build.xml" />

Powered by Google App Engine
This is Rietveld 408576698