AAPT2: Adding basic binding support
This is incomplete. Still requires:
- filling in layout information in the resulting .bind.xml
- processing elements with <view class=""/>
- processing imports
Change-Id: Ie5d4c5e6435591bbed3248129a548736244894eb
diff --git a/tools/aapt2/Png.cpp b/tools/aapt2/Png.cpp
index dd753f1..76120ac 100644
--- a/tools/aapt2/Png.cpp
+++ b/tools/aapt2/Png.cpp
@@ -1241,7 +1241,7 @@
goto bail;
}
- if (util::stringEndsWith(source.path, ".9.png")) {
+ if (util::stringEndsWith<char>(source.path, ".9.png")) {
if (!do9Patch(&pngInfo, outError)) {
goto bail;
}