Merge "Disable CameraServiceTest in a normal build." into kraken

This commit is contained in:
Chih-Chung Chang
2010-05-23 21:04:01 -07:00
committed by Android (Google) Code Review

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)