summaryrefslogtreecommitdiffstats
path: root/include/utils
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2009-05-06 12:55:46 -0400
committerJoe Onorato <joeo@android.com>2009-05-08 09:33:19 -0700
commitc825d3ebd6ca66e65e63fdc76f032e08aa2a8e22 (patch)
treedd9eca8ae68aaab8ed8d692ccf425a76541e9972 /include/utils
parent1e09a72a75f5e6236acffe84f2758dd042b1c8c0 (diff)
downloadframeworks_base-c825d3ebd6ca66e65e63fdc76f032e08aa2a8e22.zip
frameworks_base-c825d3ebd6ca66e65e63fdc76f032e08aa2a8e22.tar.gz
frameworks_base-c825d3ebd6ca66e65e63fdc76f032e08aa2a8e22.tar.bz2
fix the sim build. disables the tests for now.
Diffstat (limited to 'include/utils')
-rw-r--r--include/utils/backup_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/utils/backup_helpers.h b/include/utils/backup_helpers.h
index f70444d..61bee340 100644
--- a/include/utils/backup_helpers.h
+++ b/include/utils/backup_helpers.h
@@ -4,7 +4,7 @@
int back_up_files(int oldSnapshotFD, int newSnapshotFD, int oldDataStream,
char const* fileBase, char const* const* files, int fileCount);
-#define TEST_BACKUP_HELPERS 1
+#define TEST_BACKUP_HELPERS 0
#if TEST_BACKUP_HELPERS
int backup_helper_test_empty();