-
Notifications
You must be signed in to change notification settings - Fork 262
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
no renderscript headers/library in r11 #7
Comments
I can confirm the issue even on linux side. No more RS files anywhere, no include nor RScpp_static.a library. Did this get deprecated? |
It is not deprecated, but the tools were temporarily removed. They will be added back in a subsequent release. |
Understood, thank you :) Are there any planned milestone dates/months, for On Fri, Mar 11, 2016 at 10:36 pm, stephenhines < notifications@github.com [notifications@github.com] > wrote: — |
So, what we're going to try to do is switch to doing stable "major" releases on a quarterly basis, and do a beta release more frequently than that (monthlyish). Assuming we manage to keep to that, and assuming the RenderScript side of the issue gets fixed soon, we could have a beta out with RenderScript support added back some time in April. |
Sounds like a good plan :) hope you manage to keep it up, this platform is great! |
Internal bug for my reference: http://b/22377128 |
Noticed that milestone was changed from r12 to r13. Seems we can't expect RS support soon, can we? |
I've pinged the internal bug asking for an update but I haven't seen anything yet. |
I confirm that NDK support for RenderScript is not there in r13. Why is this delayed? Can someone form google provide some rationale about it so that it does not cause surprises later? Currently, i have to revert to ndk r10e but that means i can not use newer features. |
I am also looking forthe RenderScript APIs in NDK. Can you confirm please if it is available for R13 ? |
looking forward to RenderScript back to NDK |
Sorry, I was hoping to leave an update last week but I was waiting to be sure that the update stuck. Still not certain, but here's the status anyway: Finally got some traction from the RenderScript folks and we do now have the renderscript tools back in the NDK (in the master branch right now, but assuming everything checks out I'll cherry-pick them for r14-beta2). There hasn't been a full test run since they were put back though, so they still need to be verified before I can say for certain. |
@DanAlbert good news! |
Thanks @DanAlbert for the update. It is sad that Renderscript will not be part of Beta 1. Can you update if we will get 64 bit Renderscript libraries as part of the update? |
Looking at the output (you can see RenderScript in the canary builds), yes. There are arm64 and x86_64 libraries. |
In beta 2. |
Thank you Dan for taking care of this. When can we expect beta 2? |
Later this month most likely. I'll update the main wiki page with a schedule as we narrow it down. |
Hi,
In ndk r11, i don't see renderscript folder inside <ndk_folder>platforms\android-XXX\arch-arm\usr\include. Same is tryue for renderscript native .so file. This is on windows but i am pretty sure, the files were present with ndk r10.
The text was updated successfully, but these errors were encountered: