From 907c18afc60850a719216c5f110608ca8d1c9d7f Mon Sep 17 00:00:00 2001 From: Chih-Chung Chang Date: Fri, 14 May 2010 12:42:54 +0800 Subject: [PATCH] Disable CameraServiceTest in a normal build. Change-Id: I18dfcb073e6a8e72ad35f47d6884f5f2f62d3dca --- camera/tests/CameraServiceTest/Android.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/camera/tests/CameraServiceTest/Android.mk b/camera/tests/CameraServiceTest/Android.mk index 9bb190abc..cf4e42ff8 100644 --- a/camera/tests/CameraServiceTest/Android.mk +++ b/camera/tests/CameraServiceTest/Android.mk @@ -21,4 +21,6 @@ LOCAL_SHARED_LIBRARIES += \ libcamera_client \ libsurfaceflinger_client -include $(BUILD_EXECUTABLE) +# Disable it because the ISurface interface may change, and before we have a +# chance to fix this test, we don't want to break normal builds. +#include $(BUILD_EXECUTABLE)