OSDN Git Service

Revert "Only build when BOARD_USE_MESA is true"
authorChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 23 Jan 2013 15:56:46 +0000 (23:56 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 23 Jul 2013 17:16:03 +0000 (01:16 +0800)
This reverts commit 2e6d9f9b5fc81caf8c828e27be1391769e2815cc.

Android.mk

index dc24e82..c3c1f08 100644 (file)
@@ -29,8 +29,6 @@
 # The main target is libGLES_mesa.  For each classic driver enabled, a DRI
 # module will also be built.  DRI modules will be loaded by libGLES_mesa.
 
-ifeq ($(BOARD_USE_MESA),true)
-
 MESA_TOP := $(call my-dir)
 
 MESA_ANDROID_MAJOR_VERSION := $(word 1, $(subst ., , $(PLATFORM_VERSION)))
@@ -99,5 +97,3 @@ mkfiles := $(patsubst %,$(MESA_TOP)/%/Android.mk,$(SUBDIRS))
 include $(mkfiles)
 
 endif
-
-endif