diff options
author | Chad Versace <chad@chad-versace.us> | 2011-08-26 15:35:47 -0700 |
---|---|---|
committer | Chad Versace <chad@chad-versace.us> | 2011-08-30 09:32:04 -0700 |
commit | 1995d1e2070f8cda9e2ce489c694e0949749c8cb (patch) | |
tree | 574a3729671281006aaaa451daef0afd25f5d445 /Android.mk | |
parent | 2f0edc60f4bd2ae5999a6afa656e3bb3f181bf0f (diff) |
i965: Build i965_dri.so for Android
Compile tested only.
Reviewed-by: Chia-I Wu <olv@lunarg.com>
Signed-off-by: Chad Versace <chad@chad-versace.us>
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk index 2ad83a0856..7c7c55a113 100644 --- a/Android.mk +++ b/Android.mk @@ -23,7 +23,7 @@ # BOARD_GPU_DRIVERS should be defined. The valid values are # -# classic drivers: +# classic drivers: i965 # gallium drivers: swrast i915g nouveau r300g r600g vmwgfx # # The main target is libGLES_mesa. For each classic driver enabled, a DRI @@ -36,7 +36,7 @@ MESA_PYTHON2 := python DRM_TOP := external/drm DRM_GRALLOC_TOP := hardware/drm_gralloc -classic_drivers := +classic_drivers := i965 gallium_drivers := swrast i915g nouveau r300g r600g vmwgfx MESA_GPU_DRIVERS := $(strip $(BOARD_GPU_DRIVERS)) |