Disable CameraServiceTest in a normal build.

Change-Id: I18dfcb073e6a8e72ad35f47d6884f5f2f62d3dca
This commit is contained in:
Chih-Chung Chang
2010-05-14 12:42:54 +08:00
parent ffd104a903
commit 8cd4b77c8d

View File

@@ -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)