From 458b877488c12ea4336d8fc00a95d9c0298bd6d0 Mon Sep 17 00:00:00 2001 From: Adam Lesinski Date: Mon, 25 Apr 2016 14:20:21 -0700 Subject: AAPT2: Add diff command Adds the diff command and various small fixes to issues discovered when diffing old AAPT built APKs with new AAPT2 built APKS. Bug:22775504 Change-Id: I682a7fe1cf4b3efa7cbd5d18b333cf2d1046fe1b --- tools/aapt2/Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/aapt2/Android.mk') diff --git a/tools/aapt2/Android.mk b/tools/aapt2/Android.mk index 3a1e2bb3bf08..4b5ea65d8fed 100644 --- a/tools/aapt2/Android.mk +++ b/tools/aapt2/Android.mk @@ -115,6 +115,7 @@ testSources := \ toolSources := \ compile/Compile.cpp \ + diff/Diff.cpp \ dump/Dump.cpp \ link/Link.cpp -- cgit v1.2.3-59-g8ed1b