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

Revert JNI_JARJAR_PREFIX change #43

Merged
merged 1 commit into from
Jan 13, 2017

Conversation

kruton
Copy link
Contributor

@kruton kruton commented Jan 13, 2017

The C preprocessor was inserting "JNI_JARJAR_PREFIX" as the prefix for
the objects instead of the intended value "com.android" Revert this
part of the change for now.

The C preprocessor was inserting "JNI_JARJAR_PREFIX" as the prefix for
the objects instead of the intended value "com.android"  Revert this
part of the change for now.
#ifndef CONSCRYPT_NOT_UNBUNDLED
#define CONSCRYPT_UNBUNDLED
#endif
#define JNI_JARJAR_PREFIX
Copy link
Contributor

Choose a reason for hiding this comment

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

FYI, this causes a warning on windows IIRC

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Windows currently has a sea of warnings. I can change this to "" though.

Copy link
Contributor

Choose a reason for hiding this comment

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

IIRC, "" doesn't work either ... I forget why exactly. I had tried a few things here ... it's a bit tricky.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Okay, I'll leave it at a warning :)

@kruton kruton merged commit f3f3d14 into google:master Jan 13, 2017
@kruton kruton deleted the jni-prefix-partial-revert branch January 13, 2017 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants