mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Merge branch 'master' into 'master'
Fixing NDK error while building AFWall+ v2.1.3 I'm not sure why the lines has been removed. Please review this PR. This should fix the build issue. See merge request !1118
This commit is contained in:
commit
9fab4cfb86
1 changed files with 2 additions and 1 deletions
|
|
@ -319,7 +319,8 @@ Build:2.1.3,15217
|
|||
subdir=aFWall
|
||||
gradle=yes
|
||||
scandelete=aFWall/src/main/res/raw/
|
||||
build=cd .. && \
|
||||
build=pushd .. && \
|
||||
export NDK_PROJECT_PATH=`pwd` && \
|
||||
make -C external NDK=$$NDK$$
|
||||
|
||||
# Auto Update Mode:Version v%v
|
||||
|
|
|
|||
Loading…
Reference in a new issue