From 0fd7983848915b9424501afee8d8f0ea6f08f858 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Thu, 1 Sep 2011 17:45:06 -0700 Subject: Make the dependency graph use extension restrictions per folder. Before there was a way to filter touched file by extension(s) but this was for all input folders. Now each input folder can have a different set of extension restrictions. This will allow apkbuilder to use DependencyGraph and extension restriction for all its input folders. Also fixed an issue where aapt would not package the resources if an xml files was touched. This is because it didn't make a difference between compiling the resources for IDs and packaging the resource values. Change-Id: I797d3a24c6c1f999e9d412c4ff8aa826ed16fc09 --- files/ant/build.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'files') diff --git a/files/ant/build.xml b/files/ant/build.xml index 6092e5a..609fcb3 100644 --- a/files/ant/build.xml +++ b/files/ant/build.xml @@ -560,8 +560,7 @@ androidjar="${android.jar}" rfolder="${gen.absolute.dir}" projectLibrariesResName="project.libraries.res" - projectLibrariesPackageName="project.libraries.package" - restricttouchedextensionsto="xml"> + projectLibrariesPackageName="project.libraries.package"> -- cgit v1.1