aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYong Yao <yong.yao@intel.com>2017-12-04 11:43:33 -0800
committerGaurav Sarode <sgaurav@google.com>2017-12-05 18:21:27 +0000
commit60553a9cd0aba167e1cce730e4ca63ee4b702abc (patch)
tree55208e8e09096fa31215fcac02c345baf19ed0ae
parent996301007ca6a8dca30d390f350615ff8376259b (diff)
downloadmesa3d-pie-qpr3-release.tar.gz
bug: 70165141 Test: Local build Change-Id: I7f9de1b818cbeb474020424b79a7128a40c779a6 Signed-off-by: Harish Krupo <harish.krupo.kps@intel.com> Signed-off-by: Yong Yao <yong.yao@intel.com> (cherry picked from commit 980ddb1b9b6ac19a66f431a6cff3bc469fa2e3b9)
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index ffa6a8f2416..be5122806e3 100644
--- a/Android.mk
+++ b/Android.mk
@@ -29,6 +29,7 @@
# 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.
+ifneq ($(BOARD_USE_CUSTOMIZED_MESA), true)
MESA_TOP := $(call my-dir)
MESA_ANDROID_MAJOR_VERSION := $(word 1, $(subst ., , $(PLATFORM_VERSION)))
@@ -99,3 +100,4 @@ endif
include $(INC_DIRS)
endif
+endif