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

CCNxTxRxRelay - add support for x86 abi, arm, armv7a, and mips #35

Closed
truedat101 opened this issue Aug 15, 2014 · 4 comments
Closed

CCNxTxRxRelay - add support for x86 abi, arm, armv7a, and mips #35

truedat101 opened this issue Aug 15, 2014 · 4 comments

Comments

@truedat101
Copy link
Member

Need to verify whether we have x86 defined ... I may have taken it out awhile back when Nick was after me about this. Because we don't care how big or small the total binary is, or really, how long it takes to build, we should just support all of the viable ABIs. Right now, the only questionable one is MIPs. Aside from set-top boxes, I don't know of any MIPS based Androids. Also, wondering if Google or NVidia will be adding abi support for new ARM 64bit architectures. Definitely want to support all new ARM architectures.

@truedat101
Copy link
Member Author

The Application.mk is a mess. Clean it up and add in x86. Need to test on my Dell 8 " tab.

@truedat101
Copy link
Member Author

Verified this works on the x86 Dell 8" tablet running android.

@truedat101
Copy link
Member Author

I recall the reason I took this out was because Nick didn't like the extra build time incurred on the first build of the JNI code. Each ABI increases your build time. OpenSSL takes awhile. We should pre-compile openssl.

@truedat101
Copy link
Member Author

Will address the abi build time in #38. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant