commit | 8d626d6a48871fdb62b8adeea98e1299eca61184 | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@android.com> | Fri May 15 09:07:06 2009 -0400 |
committer | Joe Onorato <joeo@android.com> | Fri May 15 10:37:10 2009 -0400 |
tree | bd7acdb12c4c33debf1e579be311b524713cce59 | |
parent | dff73b85fef1000571f558314ca5161ed1b67ac0 [diff] [blame] |
Implement the C++ class to write the backed up file data.
diff --git a/libs/utils/Android.mk b/libs/utils/Android.mk index f9fb780..5a1a89b 100644 --- a/libs/utils/Android.mk +++ b/libs/utils/Android.mk
@@ -117,7 +117,8 @@ IPermissionController.cpp \ IServiceManager.cpp \ Unicode.cpp \ - file_backup_helper.cpp + backup_data.cpp \ + backup_helper_file.cpp ifeq ($(TARGET_SIMULATOR),true) LOCAL_SRC_FILES += $(hostSources)