summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Tjin <pattjin@google.com>2014-07-22 17:23:10 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-07-22 17:23:10 +0000
commita11a77e888feeea6c6bb1d27137ec522754fc265 (patch)
tree73701cd37be756383531f6cc3c93f766fdc022d6
parentb00a321feb4828694fb6a4ec969e24c61dc325a9 (diff)
parente5dd31793541d2d0ff6837c1023bf6821c4e2325 (diff)
downloadlibva-a11a77e888feeea6c6bb1d27137ec522754fc265.tar.gz
am e5dd3179: Only compile libva when IMG graphics is enabled
* commit 'e5dd31793541d2d0ff6837c1023bf6821c4e2325': Only compile libva when IMG graphics is enabled
-rwxr-xr-xva/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/va/Android.mk b/va/Android.mk
index b10b643..18e8053 100755
--- a/va/Android.mk
+++ b/va/Android.mk
@@ -25,6 +25,8 @@
LOCAL_PATH:= $(call my-dir)
+ifeq ($(ENABLE_IMG_GRAPHICS),true)
+
LIBVA_DRIVERS_PATH = /system/lib
# Version set to Android Jelly Bean
@@ -176,3 +178,5 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := libva-tpi
include $(BUILD_SHARED_LIBRARY)
+
+endif # $(ENABLE_IMG_GRAPHICS),true)