Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0074ad3 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 3203 into donut

* changes:
  rename a few files to camel-case, add copyright notices
parents eb55b129 f446ba9d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -117,8 +117,8 @@ LOCAL_SRC_FILES:= \
	IPermissionController.cpp \
	IServiceManager.cpp \
	Unicode.cpp \
    backup_data.cpp \
	backup_helper_file.cpp
    BackupData.cpp \
	BackupHelpers.cpp

ifeq ($(TARGET_SIMULATOR),true)
LOCAL_SRC_FILES += $(hostSources)
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

#define LOG_TAG "backup_data"

#include <utils/backup_helpers.h>
#include <utils/BackupHelpers.h>
#include <utils/ByteOrder.h>

#include <stdio.h>
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

#define LOG_TAG "file_backup_helper"

#include <utils/backup_helpers.h>
#include <utils/BackupHelpers.h>

#include <utils/KeyedVector.h>
#include <utils/ByteOrder.h>
+0 −0

File moved.

Loading