native android support with eglfs
authorArvid Picciani <aep@exys.org>
Sun, 23 Sep 2012 19:21:12 +0000 (19:21 +0000)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 4 Oct 2012 09:58:48 +0000 (11:58 +0200)
commit38f521b0bd129843cbeeff64444e96686cc60950
treea83a842e9101b8b3dce5c4a4f947477be89b350b
parent8547205fe882819af9eb4cdd024404ab3b9ad0dc
native android support with eglfs

Enable eglfs build against any android > 4 tree,
linking to native libs without emulation layers,
running on top of surfaceflinger.
No GNUs where harmed in the process.

Yes, any android.
Tested on maguro, tf300, eeepc-x86
x86-64 compiles but broken elsewhere.

You don't need an Android.mk, but you must compile from within
a shell setup with androids "lunch" or an equivalent that set TOP and OUT.
Since we do callbacks to androids build system,
the same env restrictions apply (must use gnu bash, and gnumake 3.81)

Done-with: Samuel Roedal <samuel.rodal@digia.com>
Done-with: Robin Burchell <robin+qt@viroteck.net>
Done-with: Brian Avery <brian.avery@nokia.com>

Change-Id: Iec0178cdeadbeefc79e4fe6ef449d399ac8ca666
Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
mkspecs/unsupported/android-g++/qeglfshooks_surfaceflinger.cpp [new file with mode: 0644]
mkspecs/unsupported/android-g++/qmake.conf [new file with mode: 0644]
mkspecs/unsupported/android-g++/qplatformdefs.h [new file with mode: 0644]