Experimental Mesa repository for Android-x86
This repository contains Mesa (currently 10.4.0) + changes to allow compiling on Android-x86 (Kitkat).
Important Note: Had to include a prebuilt library (libstdc++ 4.8, bundled with Kitkat) using this procedure before compiling Mesa:
-
Created a directory under "external" and named it "maledeto_tr1"
-
Inside the created directory, created an "Android.mk" file with the following content (included gcc 4.8 lib as a prebuilt shared lib):
include
-
Executed "mm" inside this directory to "build" the lib
-
Removed the directory "maledeto_tr1" from external (At first I wanted to keep it to automate this step, but had problems during linkage)
This is meant for testing purposes only...