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

Remove incorrectly set compileOpions #148

Merged
merged 1 commit into from
Feb 1, 2016

Conversation

rschiu
Copy link
Contributor

@rschiu rschiu commented Feb 1, 2016

No description provided.

@proppy
Copy link
Contributor

proppy commented Feb 1, 2016

IIRC that was done to make sure java7 is selected on a host os that also have java8.

Should we move this instead under the android block?

@proppy
Copy link
Contributor

proppy commented Feb 1, 2016

app:dexArm7Debug was failing with java8, is that fixed now?

@rschiu
Copy link
Contributor Author

rschiu commented Feb 1, 2016

It should default to java 6. So it would still work for java 8. I'll double check to make sure. We shouldn't set compileOptions for the users.

@proppy
Copy link
Contributor

proppy commented Feb 1, 2016

We shouldn't set compileOptions for the users.

Agreed, this was more of a temporary workaround, because multiple reports came up with this issue and we wanted the sample to work out of the box.

See #52 #34 #43 #60 #91

@rschiu
Copy link
Contributor Author

rschiu commented Feb 1, 2016

I tested it works with hello-jni arm7Debug. Which project do you mean for app:dexArm7Debug?

@proppy
Copy link
Contributor

proppy commented Feb 1, 2016

@rschiu that was the step failing when java8 is installed, see #52 #34

@rschiu
Copy link
Contributor Author

rschiu commented Feb 1, 2016

Ok, that is fixed now. Please accept the pull request. Thanks

@proppy
Copy link
Contributor

proppy commented Feb 1, 2016

@rschiu, sure can you comment here on the commit/bug that fixed it? thanks.

proppy added a commit that referenced this pull request Feb 1, 2016
Remove incorrectly set compileOpions
@proppy proppy merged commit 0f60ab4 into android:master Feb 1, 2016
@proppy
Copy link
Contributor

proppy commented Feb 1, 2016

Note that #144 was also fixed the bad scoping of the compileOptions. I'll drop this change from it.

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.

2 participants