Has cobalt already supported Android platform or even windows at current stage? If not, would you plan to complete the cobalt on the above mentioned platforms?
Asked
Active
Viewed 401 times
1 Answers
1
Cobalt doesn't currently have Windows or Android support, and we haven't announced anything regarding these platforms.

David Ghandehari
- 534
- 3
- 12
-
If I check the source code of 10.58719, there are lots of codes wrapped with " if defined(OS_ANDROID) " as well as in gypi file such as "['OS=="win" or OS=="mac" or OS=="ios" or OS=="android" or OS=="lb_shell" or OS=="starboard"', what those stand for? – Huang Jun 01 '17 at 15:09
-
Well our code was originally branched from H5VCC, which was built for game consoles like Xbox One, and that was branched from Chromium, which has support for Android and Windows. Those ifdefs are vestigial (and should someday be removed) because now our porting is based on Starboard. – David Ghandehari Jun 01 '17 at 15:12
-
Also, I can only comment on what has been announced. – David Ghandehari Jun 01 '17 at 15:13