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-06 12:55:46 -0400
commit7fca56513587bbf899d4d281a43d7eb0819da9af (patch)
tree883305feda8332604e58c311f5d948858cc4cb49 /include/utils
parentf431b4b3ee636a0ba62f462fa51fc3e5ce09c734 (diff)
downloadframeworks_base-7fca56513587bbf899d4d281a43d7eb0819da9af.zip
frameworks_base-7fca56513587bbf899d4d281a43d7eb0819da9af.tar.gz
frameworks_base-7fca56513587bbf899d4d281a43d7eb0819da9af.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();