summaryrefslogtreecommitdiff
path: root/tools/aapt/Main.h
diff options
context:
space:
mode:
author Adam Lesinski <adamlesinski@google.com> 2014-09-22 19:45:27 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2014-09-22 19:45:27 +0000
commitdc03c9f292a93806a30a3a32009ff75ff8d419cc (patch)
treeae22bc693aced61651c28f48efc1ecc520333857 /tools/aapt/Main.h
parentc2ece0002baf8731fedddc3f6053ef97863df497 (diff)
parent534b739118b6af4c4f27dc7a2d991f1b7d7c1e88 (diff)
am d4e5b601: am 37e3df38: am 1aa4db07: am 81745c51: Merge "AAPT: Continuation of public/private attribute fix" into lmp-dev
* commit 'd4e5b601c7da5c662d8cf9c46177810fdeeed23f': AAPT: Continuation of public/private attribute fix
Diffstat (limited to 'tools/aapt/Main.h')
-rw-r--r--tools/aapt/Main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/aapt/Main.h b/tools/aapt/Main.h
index f24a023b70a1..089dde5fcb8c 100644
--- a/tools/aapt/Main.h
+++ b/tools/aapt/Main.h
@@ -62,4 +62,7 @@ int dumpResources(Bundle* bundle);
status_t writeDependencyPreReqs(Bundle* bundle, const sp<AaptAssets>& assets,
FILE* fp, bool includeRaw);
+
+android::String8 parseResourceName(const String8& pathLeaf);
+
#endif // __MAIN_H