summaryrefslogtreecommitdiffstats
path: root/tools/aapt2/Android.mk
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2015-04-09 19:53:22 -0700
committerAdam Lesinski <adamlesinski@google.com>2015-04-10 15:25:39 -0700
commit4d3a987694f6f6b95d8a0f1542618223ce253e6d (patch)
tree2cd3a420ba07991db07d0b31d7a93030754d3cb9 /tools/aapt2/Android.mk
parenta826c4b7a4c7ffd471973d58e46ac6f1f2cad83a (diff)
downloadframeworks_base-4d3a987694f6f6b95d8a0f1542618223ce253e6d.zip
frameworks_base-4d3a987694f6f6b95d8a0f1542618223ce253e6d.tar.gz
frameworks_base-4d3a987694f6f6b95d8a0f1542618223ce253e6d.tar.bz2
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
Diffstat (limited to 'tools/aapt2/Android.mk')
-rw-r--r--tools/aapt2/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/aapt2/Android.mk b/tools/aapt2/Android.mk
index 14f558e..0622dc6 100644
--- a/tools/aapt2/Android.mk
+++ b/tools/aapt2/Android.mk
@@ -27,6 +27,7 @@ main := Main.cpp
sources := \
BigBuffer.cpp \
BinaryResourceParser.cpp \
+ BindingXmlPullParser.cpp \
ConfigDescription.cpp \
Files.cpp \
Flag.cpp \
@@ -54,6 +55,7 @@ sources := \
testSources := \
BigBuffer_test.cpp \
+ BindingXmlPullParser_test.cpp \
Compat_test.cpp \
ConfigDescription_test.cpp \
JavaClassGenerator_test.cpp \