Index: build/java_apk.gypi |
diff --git a/build/java_apk.gypi b/build/java_apk.gypi |
index 2c9f4a595b896cde85a8d663dee91e65afe0e029..9f8c816c6178ec3bcf8d7f5032beec2d8f2bd3db 100644 |
--- a/build/java_apk.gypi |
+++ b/build/java_apk.gypi |
@@ -498,6 +498,7 @@ |
], |
'dependencies': [ |
'<(DEPTH)/build/android/rezip.gyp:rezip#host', |
+ '<(DEPTH)/build/android/rezip.gyp:prealign', |
rmcilroy
2014/09/29 11:38:33
you only need this for host right? (e.g., ...preal
Anton
2014/09/29 16:30:17
prealign#host does not work because Java rules don
|
], |
}], |
['gyp_managed_install == 1', { |
@@ -533,6 +534,7 @@ |
], |
'dependencies': [ |
'<(DEPTH)/build/android/rezip.gyp:rezip#host', |
+ '<(DEPTH)/build/android/rezip.gyp:prealign', |
rmcilroy
2014/09/29 11:38:33
ditto
Anton
2014/09/29 16:30:17
Acknowledged.
|
], |
}], |
['is_test_apk == 1', { |