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

Unified Diff: testing/android/generate_native_test.py

Issue 10701113: Place jars into the java/libs for native unittest apk (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 years, 5 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 | testing/android/native_test_apk.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/generate_native_test.py
diff --git a/testing/android/generate_native_test.py b/testing/android/generate_native_test.py
index 84780f0fe51328c4afdbf716455f1fe5adb826b2..e71fbbee359b686190276b60fe309d2013f9da2d 100755
--- a/testing/android/generate_native_test.py
+++ b/testing/android/generate_native_test.py
@@ -120,7 +120,7 @@ class NativeTestApkGenerator(object):
cmd_helper.RunCmd(
[strip, '--strip-unneeded', self._native_library, '-o', dest])
if self._jars:
- destdir = os.path.join(self._output_directory, 'libs')
+ destdir = os.path.join(self._output_directory, 'java/libs')
if not os.path.exists(destdir):
os.makedirs(destdir)
for jar in self._jars:
« no previous file with comments | « no previous file | testing/android/native_test_apk.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698