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

Delta Between Two Patch Sets: README.md

Issue 29646595: Issue 6214 - Configure libadblockplus binaries directory (Closed)
Left Patch Set: Created Dec. 21, 2017, 3:21 p.m.
Right Patch Set: renamed vars Created Jan. 10, 2018, 1:48 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | libadblockplus-android/jni/Android.mk » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 Adblock Plus Library for Android 1 Adblock Plus Library for Android
2 ================================ 2 ================================
3 3
4 An Android library project, tests and demo application for AdblockWebView widget . 4 An Android library project, tests and demo application for AdblockWebView widget .
5 5
6 ## Updating the dependencies 6 ## Updating the dependencies
7 7
8 Adblock Plus for Android has dependencies that aren't in this repository. 8 Adblock Plus for Android has dependencies that aren't in this repository.
9 To update those, call: 9 To update those, call:
10 10
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 110
111 Note 111 Note
112 112
113 [Configuration] Excluding shared v8 library libv8.cr.so from AAR 113 [Configuration] Excluding shared v8 library libv8.cr.so from AAR
114 ... 114 ...
115 [Configuration] Linking dynamically with shared v8 library ./libadblockplus- binaries/android_armeabi-v7a/libv8.cr.so 115 [Configuration] Linking dynamically with shared v8 library ./libadblockplus- binaries/android_armeabi-v7a/libv8.cr.so
116 ... 116 ...
117 117
118 output while building. 118 output while building.
119 119
120 Set `SHARED_V8_LIB_DIRECTORY` environment variable as full absolute path to pass 120 Set `SHARED_V8_LIB_DIR` environment variable as full absolute path to pass
121 specific directory instead of default one (`libadblockplus-android/jni/libadbloc kplus-binaries`). 121 specific directory instead of default one (`libadblockplus-android/jni/libadbloc kplus-binaries`).
122 122
123 ## Library tests 123 ## Library tests
124 124
125 Android tests for the library. 125 Android tests for the library.
126 You can find them in the 'libadblockplus-android-tests' directory. 126 You can find them in the 'libadblockplus-android-tests' directory.
127 127
128 ### Requirements 128 ### Requirements
129 129
130 Make sure _Library_ requirements are present. 130 Make sure _Library_ requirements are present.
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 327
328 This will generate *.apk in the 'libadblockplus-android-webviewapp/bin/' directo ry. 328 This will generate *.apk in the 'libadblockplus-android-webviewapp/bin/' directo ry.
329 329
330 #### Building with Gradle 330 #### Building with Gradle
331 331
332 In the project root directory run: 332 In the project root directory run:
333 333
334 ./gradlew assemble 334 ./gradlew assemble
335 335
336 This will generate *.apk in the 'libadblockplus-android-webviewapp/build/outputs /apk/' directory. 336 This will generate *.apk in the 'libadblockplus-android-webviewapp/build/outputs /apk/' directory.
LEFTRIGHT

Powered by Google App Engine
This is Rietveld