Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: libadblockplus-android/build.xml

Issue 29345540: Issue 4030 - Move JNI bindings into separate library project (Closed)
Patch Set: Additional changes to libadblockplus-android with Diego's suggestions Created Sept. 6, 2016, 6:15 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « libadblockplus-android/AndroidManifest.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android/build.xml
diff --git a/libadblockplus-android/build.xml b/libadblockplus-android/build.xml
index c41390f90787663c05fb2519b73246b3b625ad60..a207d37ae52317e48cb19ae74ef984f652ed4314 100644
--- a/libadblockplus-android/build.xml
+++ b/libadblockplus-android/build.xml
@@ -28,6 +28,15 @@
-->
<property file="ant.properties" />
+ <fail
+ message="sdk.dir is missing. Make sure to generate specify it in local.properties or to inject it through an env var"
+ unless="sdk.dir"
+ />
+ <fail
+ message="ndk.dir is missing. Make sure to generate specify it in local.properties or to inject it through an env var"
+ unless="ndk.dir"
+ />
+
<!-- The project.properties file is created and updated by the 'android'
tool, as well as ADT.
« no previous file with comments | « libadblockplus-android/AndroidManifest.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld