mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 03:37:49 +02:00
update android platform to 14
This commit is contained in:
parent
92b40c9485
commit
9fae215db4
2 changed files with 3 additions and 2 deletions
1
android/.gitignore
vendored
1
android/.gitignore
vendored
|
@ -1,6 +1,7 @@
|
||||||
gen
|
gen
|
||||||
tests
|
tests
|
||||||
.idea
|
.idea
|
||||||
|
ant.properties
|
||||||
local.properties
|
local.properties
|
||||||
build.sh
|
build.sh
|
||||||
bin
|
bin
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#APP_ABI := x86
|
#APP_ABI := x86
|
||||||
APP_ABI := armeabi-v7a
|
APP_ABI := armeabi-v7a
|
||||||
#can be android-3 but will fail for x86 since arch-x86 is not present at ndkroot/platforms/android-3/ . libz is taken from there.
|
#can be android-3 but will fail for x86 since arch-x86 is not present at ndkroot/platforms/android-3/ . libz is taken from there.
|
||||||
APP_PLATFORM := android-9
|
APP_PLATFORM := android-14
|
||||||
|
|
||||||
# http://stackoverflow.com/a/21386866/529442 http://stackoverflow.com/a/15616255/529442 to enable c++11 support in Eclipse
|
# http://stackoverflow.com/a/21386866/529442 http://stackoverflow.com/a/15616255/529442 to enable c++11 support in Eclipse
|
||||||
NDK_TOOLCHAIN_VERSION := 4.9
|
NDK_TOOLCHAIN_VERSION := 4.9
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue