Discussion:
[android-porting] porting 32 services to 64 bit
Shy Shalom
2018-08-10 21:56:48 UTC
Permalink
The company I work for is looking to port all of the services and libraries
that are still 32 bit to 64 bit.
The ones that are 32 bit that I'm aware of are
- audioserver, and other camera, media and drm related libraries and
services
- bluetooth services and executables (bluedroid)

I'm looking for some general advice for this project and if anyone has
specific knowledge of why this has not been done yet
or possible things that would make the difficult.
Thanks in advance
--
--
unsubscribe: android-porting+***@googlegroups.com
website: http://groups.google.com/group/android-porting

---
You received this message because you are subscribed to the Google Groups "android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-porting+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Glenn Kasten
2018-08-12 22:34:55 UTC
Permalink
Some of the services you mention depend on other code that is currently
32-bit only,
such as various plug-ins, drivers, codecs, etc. It is on the roadmap to
eventually
convert all of that dependent code to run in 64-bit also, but I can't give
a schedule for it.
If you would like to contribute towards the effort, please see
https://source.android.com/setup/contribute/#contribute-to-the-code
Post by Shy Shalom
The company I work for is looking to port all of the services and
libraries that are still 32 bit to 64 bit.
The ones that are 32 bit that I'm aware of are
- audioserver, and other camera, media and drm related libraries and
services
- bluetooth services and executables (bluedroid)
I'm looking for some general advice for this project and if anyone has
specific knowledge of why this has not been done yet
or possible things that would make the difficult.
Thanks in advance
--
--
unsubscribe: android-porting+***@googlegroups.com
website: http://groups.google.com/group/android-porting

---
You received this message because you are subscribed to the Google Groups "android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-porting+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...