Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native related fixes #118

Merged
merged 16 commits into from Jun 11, 2012
Merged

Native related fixes #118

merged 16 commits into from Jun 11, 2012

Conversation

nahojkap
Copy link
Member

@nahojkap nahojkap commented Jun 7, 2012

Hi,

This fixes a variety issues logged in the issue tracker:

255: Apk does not contain native libs in 'libs/armeabi' during
264: NDK build doesn't work on Windows: PatternSyntaxException
265: NDK Build leaves generated .so unstripped thus large
277: NDK build leaves a lot of temporary files around

It also add adds initial support for building APKs that will support native debugging (it now includes the gdbserver if apkDebug is set to true).

Sadly, i had to disable the handling of configuration at this stage - will see if I get some more time later.

Let me know if you have any issues pulling this in - all native samples should work as is btw.

Cheers,

Johan

johan and others added 16 commits May 10, 2012 14:39
… strips final library - will need to change stripper depending on os
… strips final library - now supports strip binary for mac and windows as well

Issue 264: NDK build doesn't work on Windows: PatternSyntaxException - now uses the ndk-build.cmd used in the windows ndk
Added configuration parameters for the -f cmd line flag
Added ability to specify the final name of the library to use (e.g. the final output of the build) - so that it does not have to match the artifact id etc
…gs Object

added debug mode in APK mojo to allow it to include gdbserver - some minor refactoring to move some common variables to abstract mojo
mosabua added a commit that referenced this pull request Jun 11, 2012
@mosabua mosabua merged commit ff52278 into simpligility:master Jun 11, 2012
@nahojkap
Copy link
Member Author

thanks!

@mosabua
Copy link
Member

mosabua commented Jun 11, 2012

Thank you for all that GREAT work.. I really need to get into it again too.

@nahojkap nahojkap deleted the native-related-fixes branch April 15, 2014 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants