-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. just type ./randroid-compile.py
2. ndk-build fail.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
NDK_PLATFORM_VERSION = android-9
NDK_VERSION = android-ndk-r7
Linux EcmaXp-Desktop 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC
2011 i686 athlon i386 GNU/Linux
Please provide any additional information below.
randroid-compile.py
318c318
< android_app* MyAndroidApp;
---
> struct android_app* MyAndroidApp;
When i patch randroid-compile.py, it's all ok.
Sorry my english and short message. but i think this issue enough fix bug.
Original issue reported on code.google.com by ecm...@ecmaxp.pe.kr on 16 Nov 2011 at 12:31