Skip to content

Commit f5f4258

Browse files
authored
Update README.md
1 parent 9b85cce commit f5f4258

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Bitmap bm = NativeStackBlur.process(source, blurRadius);
3737
```
3838

3939
# Compiling
40-
If you want to compile the original StackBlur lib for various reasons, such as adding more architecture support, simply pull down the original StackBlur repo, navigate to the StackBlur project folder (with the res and src folders) and run `ndk-build`. This should output all the .so files you need within the /libs folder. If you want to compile without worrying about renderscript, simply open up the `Android.mk` file and remove everything after the "Renderscript" comment.
40+
If you want to compile the original StackBlur lib for various reasons, such as adding more architecture support, simply pull down the original StackBlur repo, navigate to the StackBlur project folder (with the res and src folders). Delete the `x86` and other folders containing `.so` files. Also, remove the `<uses-sdk` block from the manifest. You will probably also get errors relating to LOCAL_SRC_FILES pointing to a missing file. Since we do not support Renderscript, just open up the `Android.mk` file and remove the `ifneq` block. Now, run `ndk-build`. This should output all the .so files you need within the /libs folder (ignoring the renderscript-v8.jar). This process works with commit cf19121553f50f346c48eabc7ebf04d27b074f17 of [android-stackblur](https://github.com/kikoso/android-stackblur)
4141

4242
License
4343
--------

0 commit comments

Comments
 (0)