##Warning## This is not for the faint hearted. This is the extreme side of Android. Do NOT use if you do not know what you are doing
I assume you already know how to start an Android project, so here is the link to use SlimX.
repo init -u git://github.com/SlimXperiments/platform_manifest -b slim-masterthere is no caf branch. Caf devices can feel the pain by setting in the device tree
TARGET_USES_CAF_FEATURES := trueSlimX uses Java 1.7 by default. Java 1.6 can be used by setting..
export LEGACY_USE_JAVA6=1To use openJDK 6, use..
export LEGACY_USE_OPENJDK6=1Submitting a patch is always welcome, provided it does not break the build.
We do not have Gerrit, so you will need to send a pull request via github. If you do not know how to do this, or find out how to do this, you shouldn't be here. Go home.
We can't answer anything else on here, but if you have any specific questions, join us on freenode at #SlimX
Often build issues occur due to a merge error, or with untested projects (such as the exynos sources). We try to avoid these errors. If you encounter any, join us on Freenode at #SlimX.