summaryrefslogtreecommitdiff
path: root/include/androidfw/BackupHelpers.h
diff options
context:
space:
mode:
author Christopher Tate <ctate@google.com> 2015-01-15 00:49:46 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2015-01-15 00:49:46 +0000
commit9568307cf32c8abc6703dc7a1b0b0fee56c4f8f5 (patch)
tree51b56b332dd12424fe8744d134e01ac47d7e5cf3 /include/androidfw/BackupHelpers.h
parent542f4ee61986e2a2883211f229a1b3ad23ceca81 (diff)
parent43a4a8c777fbb8f71540ac7fbe82674489ef557b (diff)
am 43a4a8c7: Fix redundant file backups
* commit '43a4a8c777fbb8f71540ac7fbe82674489ef557b': Fix redundant file backups
Diffstat (limited to 'include/androidfw/BackupHelpers.h')
-rw-r--r--include/androidfw/BackupHelpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/androidfw/BackupHelpers.h b/include/androidfw/BackupHelpers.h
index 1bb04a7123a3..0841af60faaa 100644
--- a/include/androidfw/BackupHelpers.h
+++ b/include/androidfw/BackupHelpers.h
@@ -152,7 +152,7 @@ private:
KeyedVector<String8,FileRec> m_files;
};
-#define TEST_BACKUP_HELPERS 1
+//#define TEST_BACKUP_HELPERS 1
#if TEST_BACKUP_HELPERS
int backup_helper_test_empty();