Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upsupport android build #27
Conversation
| @@ -64,6 +64,8 @@ static WINDOW_HEIGHT: GLenum = 103; | |||
| pub static HAVE_PRECISE_MOUSE_WHEEL: bool = false; | |||
| #[cfg(target_os="macos")] | |||
| pub static HAVE_PRECISE_MOUSE_WHEEL: bool = true; | |||
| #[cfg(target_os="android")] | |||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
I do not understand what android-glue is doing. Can you explain what is going on here? |
|
This version of servo-android port is using libfreeglut 3.0 which supports android.(I think we should transfer to glfw right?) This was the best option for me when I was working on servo android. |
|
Adapted another PR. this commit is invalid. Close. |
aydinkim commentedAug 7, 2013
Support android build
This commit does not affect to each submodule's original standalone build system.
Added android freeglut binder.