From 4fb56fbb3e3fc25f061459fcd42ef3d2f1a84140 Mon Sep 17 00:00:00 2001 From: Fei Jiang Date: Thu, 28 Mar 2013 02:21:11 +0800 Subject: libwsbm: enable wsbm compiling for Baytrail platform BZ: 96355 On baytrail platform, vp8 decoding is done by VXD. While VXD decoding is using ttm as buffer manager, there is no dependency on IMG gfx for wsbm compiling. Signed-off-by: Fei Jiang Change-Id: Ic3671dc6369a64a4558e39bae333a78c3c60b5ad Reviewed-on: http://android.intel.com:8080/98806 Reviewed-by: Ding, Haitao Tested-by: Ding, Haitao Reviewed-by: buildbot Tested-by: buildbot --- src/Android.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Android.mk b/src/Android.mk index f13d385..3232efe 100644 --- a/src/Android.mk +++ b/src/Android.mk @@ -1,7 +1,5 @@ LOCAL_PATH:= $(call my-dir) -ifeq ($(ENABLE_IMG_GRAPHICS),true) - include $(CLEAR_VARS) LOCAL_SRC_FILES:= \ wsbm_driver.c \ @@ -39,5 +37,3 @@ LOCAL_COPY_HEADERS := \ wsbm_priv.h \ wsbm_util.h include $(BUILD_COPY_HEADERS) - -endif -- cgit v1.2.3