Commit 2262064
authored
feat: react native >=0.80, android 16kb paging support (#97)
* fix(CMakeLists): use c++ 17 standard
this fixes #96
Upgrading to C++17 helps because the NDK may have better support or defaults for standard library features in newer toolchains.
* feat(build.gradle): add android 16kb paging support
This allow the code to be compiled for android 16kb paging1 parent 6dd6f8e commit 2262064
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments