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
commit8cd4b77c8d9d89ba8f1852d43525a78e2d7290c4 (patch)
tree74b81a87ea19492217f33d2eca5ebda5b3f05ae9
parentffd104a903651ca1c64e662df8465c9490da4144 (diff)
downloadframeworks_base-8cd4b77c8d9d89ba8f1852d43525a78e2d7290c4.zip
frameworks_base-8cd4b77c8d9d89ba8f1852d43525a78e2d7290c4.tar.gz
frameworks_base-8cd4b77c8d9d89ba8f1852d43525a78e2d7290c4.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)