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

Commit ce5e56e2 authored by Adam Lesinski's avatar Adam Lesinski
Browse files

AAPT2: Rename to match new style

Use Google3 naming style to match new
projects' and open source google projects' style.

Preferred to do this in a massive CL so as to avoid
style inconsistencies that plague legacy code bases.
This is a relatively NEW code base, may as well keep
it up to date.

Test: name/style refactor - existing tests pass
Change-Id: Ie80ecb78d46ec53efdfca2336bb57d96cbb7fb87
parent 0f7cc4dc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@

#include <androidfw/AssetManager.h>
#include <androidfw/ResourceTypes.h>
#include <utils/ByteOrder.h>
#include <utils/String8.h>

#include <fcntl.h>
+2 −1
Original line number Diff line number Diff line
@@ -26,11 +26,12 @@

#include <utils/Compat.h>
#include <utils/Errors.h>
#include <utils/FileMap.h>
#include <utils/String8.h>

namespace android {

class FileMap;

/*
 * Instances of this class provide read-only operations on a byte stream.
 *
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@

#include <androidfw/Asset.h>
#include <androidfw/LocaleData.h>
#include <utils/ByteOrder.h>
#include <utils/Errors.h>
#include <utils/String16.h>
#include <utils/Vector.h>
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
#define __TYPE_WRAPPERS_H

#include <androidfw/ResourceTypes.h>
#include <utils/ByteOrder.h>

namespace android {

+0 −1
Original line number Diff line number Diff line
BasedOnStyle: Google
ColumnLimit: 100
Loading