OSDN Git Service

android: Moves rules for mesa_gen_matypes to separate makefile
authorChad Versace <chad.versace@linux.intel.com>
Wed, 7 Nov 2012 23:26:46 +0000 (15:26 -0800)
committerChad Versace <chad.versace@linux.intel.com>
Mon, 12 Nov 2012 23:52:42 +0000 (15:52 -0800)
commit5f935af67524746b5a8086bd62f5acbe99d96f32
tree9c52409067ab66620cfb42870db099a0d0668d4c
parentf2b638a997e384a04716cea83162cb2fa331669e
android: Moves rules for mesa_gen_matypes to separate makefile

The pair of files src/mesa/Android.mk and src/mesa/Android.gen.mk are too
long and complex to be easily understood. This patch belongs to a series
that decomposes them into several easily digestible makefiles.

This patch move the rules for host executable mesa_gen_matypes from
Android.mk to Android.mesa_gen_matypes.mk.

Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
src/mesa/Android.mesa_gen_matypes.mk [new file with mode: 0644]
src/mesa/Android.mk