summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2010-05-14 12:42:54 +0800
committerChih-Chung Chang <chihchung@google.com>2010-05-14 15:45:10 +0800
commit907c18afc60850a719216c5f110608ca8d1c9d7f (patch)
tree5fdc705ab55f5fe16c44f402bb44fc873c60e034
parent8fd8b84f5ae0662eb4fcb59311010848a7943900 (diff)
downloadframeworks_native-907c18afc60850a719216c5f110608ca8d1c9d7f.zip
frameworks_native-907c18afc60850a719216c5f110608ca8d1c9d7f.tar.gz
frameworks_native-907c18afc60850a719216c5f110608ca8d1c9d7f.tar.bz2
Disable CameraServiceTest in a normal build.
Change-Id: I18dfcb073e6a8e72ad35f47d6884f5f2f62d3dca
-rw-r--r--camera/tests/CameraServiceTest/Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/camera/tests/CameraServiceTest/Android.mk b/camera/tests/CameraServiceTest/Android.mk
index 9bb190a..cf4e42f 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)