commit | 907c18afc60850a719216c5f110608ca8d1c9d7f | [log] [tgz] |
---|---|---|
author | Chih-Chung Chang <chihchung@google.com> | Fri May 14 12:42:54 2010 +0800 |
committer | Chih-Chung Chang <chihchung@google.com> | Fri May 14 15:45:10 2010 +0800 |
tree | 5fdc705ab55f5fe16c44f402bb44fc873c60e034 | |
parent | 8fd8b84f5ae0662eb4fcb59311010848a7943900 [diff] [blame] |
Disable CameraServiceTest in a normal build. Change-Id: I18dfcb073e6a8e72ad35f47d6884f5f2f62d3dca
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 @@ 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)