compositor: remove android backend
authorPekka Paalanen <ppaalanen@gmail.com>
Fri, 18 Jan 2013 10:11:09 +0000 (12:11 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 24 Jan 2013 21:30:04 +0000 (16:30 -0500)
commita87ccdc993b280e3523d306881740db1708fe7e2
tree3dc5be745d9f7c91a8098e61cad0efb5083627d5
parent585c27c71799d4b98bd1488c0056c050cb5dddab
compositor: remove android backend

The Android backend has been fairly unused, since we do not have
projects actively using it. It gets basic build testing as part of the
normal build, but runtime testing it takes a considerable effort, and so
I have not done that in a long time. The code is slowly rotting, and
with new emerging backends it starts to be a burden, since it cannot use
udev, but needs evdev.

Therefore to ease Weston going forward, remove the Android backend. If
someone misses it, it can still be found in the stable 1.0 branch, and
of course resurrected from git history if someone wants to put in the
effort and maintain it.

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
configure.ac
src/Makefile.am
src/android-framebuffer.cpp [deleted file]
src/android-framebuffer.h [deleted file]
src/compositor-android.c [deleted file]