Chromium Code Reviews| Index: content/shell/android/content_shell_apk.xml |
| diff --git a/content/shell/android/content_shell_apk.xml b/content/shell/android/content_shell_apk.xml |
| index 3e89773b1e7361509a22aed6759191ca9c0a88be..b01e5ddf2fb07f89b1e14bafed5cda15f9585c10 100644 |
| --- a/content/shell/android/content_shell_apk.xml |
| +++ b/content/shell/android/content_shell_apk.xml |
| @@ -22,7 +22,14 @@ |
| <path id="native.libs.gdbserver"> |
| <fileset file="${toolchain.dir}/../../gdbserver"/> |
| </path> |
| - <property name="native.libs.absolute.dir" location="${out.dir}/libs" /> |
| +<property name="native.libs.absolute.dir" location="${out.dir}/libs" /> |
|
Yaron
2012/05/09 01:01:42
Fix indentation
|
| + <!-- If your app crashes when referencing java from a different .jar |
| + (e.g. java.lang.NoClassDefFoundError: |
| + org.chromium.content.browser.CommandLine), And if |
| + chromium_content.jar is in fact in your java/libs directory (as |
| + placed by a gyp 'cp'), the following line will make sure it |
| + gets added to the classes.dex file. --> |
| + <property name="out.classes.absolute.dir" location="${jar.libs.dir}" /> |
| <!-- We expect PRODUCT_DIR to be set like the gyp var |
| (e.g. $ROOT/out/Debug) --> |