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

Commit 6d2bc14d authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am 2a318867: Merge change 3203 into donut

Merge commit '2a3188672ab2b65c0ce7c9c598a463e382c47696'

* commit '2a3188672ab2b65c0ce7c9c598a463e382c47696':
  rename a few files to camel-case, add copyright notices
parents cd1a14fd e0074ad3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -96,8 +96,8 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
	$(commonSources) \
	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