mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Fixing NDK error while building on 2.1.3
This commit is contained in:
parent
a68907f012
commit
0e3306c063
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