From 3ddc61d2d08e3dd995ac8605506a897e2ddbefd0 Mon Sep 17 00:00:00 2001 From: Naseer Ahmed Date: Tue, 8 Nov 2011 15:21:53 -0800 Subject: [PATCH] gralloc: Disable new gralloc Change-Id: I8b6066ee5b81e3a249800857c33671c314fd373f --- Android.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index af9668e..d497619 100644 --- a/Android.mk +++ b/Android.mk @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - +ifeq ($(TARGET_USES_ION),true) LOCAL_PATH := $(call my-dir) # HAL module implemenation, not prelinked and stored in @@ -67,3 +67,4 @@ LOCAL_MODULE := libgralloc_qsd8k_host LOCAL_CFLAGS:= -DLOG_TAG=\"gralloc-qsd8k\" include $(BUILD_HOST_STATIC_LIBRARY) endif +endif