try setting paths for org.navitproject.navit
This commit is contained in:
parent
733d2419ed
commit
900f610f6e
|
@ -33,8 +33,8 @@ update=no,\
|
||||||
build=mkdir android-build && \
|
build=mkdir android-build && \
|
||||||
cd android-build/ && \
|
cd android-build/ && \
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DANDROID_API_VERSION=8 -DDISABLE_QT=true ../navit && \
|
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DANDROID_API_VERSION=8 -DDISABLE_QT=true ../navit && \
|
||||||
make && \
|
make ANDROID_API_LVL=4 ANDROID_NDK=$$NDK$$ && \
|
||||||
make android_resources && \
|
make android_resources ANDROID_API_LVL=4 ANDROID_NDK=$$NDK$$ && \
|
||||||
cd .. && \
|
cd .. && \
|
||||||
ln -s android-build/navit/android/* .
|
ln -s android-build/navit/android/* .
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue