summaryrefslogtreecommitdiff
path: root/tools/aapt2/ResourceTable.h
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2016-08-25 12:26:56 -0700
committerAdam Lesinski <adamlesinski@google.com>2016-08-31 18:32:34 -0700
commit5eeaaddffd23d8d85aeb321e3ceea626e42cf9de (patch)
treedcd102c0f14825c34c2251427db84e48cb11d8a7 /tools/aapt2/ResourceTable.h
parent79758c8e7706f3cce265a881cc66df8771d3c456 (diff)
AAPT2: Add Inline Complex XML support
See: https://developer.android.com/guide/topics/resources/complex-xml-resources.html Change-Id: I8274c85e25cabf90423141c228697e873167d136
Diffstat (limited to 'tools/aapt2/ResourceTable.h')
-rw-r--r--tools/aapt2/ResourceTable.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/aapt2/ResourceTable.h b/tools/aapt2/ResourceTable.h
index df6081456605..6c246d0d81d6 100644
--- a/tools/aapt2/ResourceTable.h
+++ b/tools/aapt2/ResourceTable.h
@@ -290,14 +290,6 @@ public:
private:
ResourceTablePackage* findOrCreatePackage(const StringPiece& name);
- bool addFileReferenceImpl(const ResourceNameRef& name,
- const ConfigDescription& config,
- const Source& source,
- const StringPiece& path,
- io::IFile* file,
- const char* validChars,
- IDiagnostics* diag);
-
bool addResourceImpl(const ResourceNameRef& name,
const ResourceId& resId,
const ConfigDescription& config,
@@ -307,6 +299,14 @@ private:
const CollisionResolverFunc& conflictResolver,
IDiagnostics* diag);
+ bool addFileReferenceImpl(const ResourceNameRef& name,
+ const ConfigDescription& config,
+ const Source& source,
+ const StringPiece& path,
+ io::IFile* file,
+ const char* validChars,
+ IDiagnostics* diag);
+
bool setSymbolStateImpl(const ResourceNameRef& name,
const ResourceId& resId,
const Symbol& symbol,