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

Store unstripped jni so #1326

Merged
merged 1 commit into from
Aug 3, 2015
Merged

Store unstripped jni so #1326

merged 1 commit into from
Aug 3, 2015

Conversation

beeender
Copy link
Contributor

No description provided.

@beeender
Copy link
Contributor Author

Gold linker has a bug when creating map file, see https://answers.madewithmarmalade.com/questions/32748/android-extension-build-fails-77-ndk-r10e.html

Unstripped so is not really convenient, but is useful write now. Will write a wiki on how to parse the symbols.


// Store the unstripped version
from "${projectDir}/src/librealm-jni-${target.name}.so"
into "${projectDir}/../realm/src/main/jniLibs-unstripped/${target.jniFolder}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't it be better to store this in the build directory somewhere? Probably under /build/outputs/jniLibs-unstripped?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, change it right now.

@cmelchior
Copy link
Contributor

Apart from comments 👍

@beeender
Copy link
Contributor Author

retest this please

2 similar comments
@emanuelez
Copy link
Contributor

retest this please

@beeender
Copy link
Contributor Author

retest this please

@beeender
Copy link
Contributor Author

retest this please

@beeender
Copy link
Contributor Author

retest this please

@emanuelez
Copy link
Contributor

I think I would have preferred two tasks instead of one, but this is fine 👍

@cmelchior
Copy link
Contributor

👍

beeender added a commit that referenced this pull request Aug 3, 2015
@beeender beeender merged commit 51819ae into master Aug 3, 2015
@beeender beeender removed the Review label Aug 3, 2015
@beeender beeender deleted the mc-cp-non-stripped-so branch August 3, 2015 11:41
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants