Skip to content

Commit 6f22d06

Browse files
author
Carl
committed
Update README.rst
1 parent ef66a8c commit 6f22d06

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,13 @@ After installing them, export both installation path, NDK version and API to use
8484
export ANDROIDNDKVER=r7
8585
export ANDROIDAPI=14
8686

87-
Note that for android-ndk-r7 ANDROIDAPI versions 6,7,10,11,12,13 seems not to work, because the android NDK has no android-12 dir in the platforms dir??
87+
Notes for android-ndk-r7
88+
89+
#. ANDROIDAPI versions 6,7,10,11,12,13 seems not to work, because the android NDK has no android-12 dir in the platforms dir??
90+
#. The awk supplied with the ndk is outdated. Do the following::
91+
92+
cd $ANDROIDNDK/prebuilt/linux-x86/bin
93+
mv awk awk_
8894

8995
extra environment vars needed::
9096

0 commit comments

Comments
 (0)