diff options
Diffstat (limited to 'android/Bootstrap/no-resource-compress-23.xml')
-rw-r--r-- | android/Bootstrap/no-resource-compress-23.xml | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/android/Bootstrap/no-resource-compress-23.xml b/android/Bootstrap/no-resource-compress-23.xml deleted file mode 100644 index c06f8391747c..000000000000 --- a/android/Bootstrap/no-resource-compress-23.xml +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project name="clobber_android_rules" default="debug"> - - <import file="${sdk.dir}/tools/ant/build.xml" /> - -<!-- - This is copy/pasted from ${sdk.dir}/tools/ant/build.xml - and tweaked - it needs to match the same SDK version as - your build ---> - -<!-- - This file is auto-generated by Bootstrap/Makefile.shared from - a versioned .xml file - please edit me there ---> - - <target name="-package-resources" depends="-crunch"> - <!-- only package resources if *not* a library project --> - <do-only-if-not-library elseText="Library project: do not package resources..." > - <aapt executable="${aapt}" - command="package" - manifestpackage="@ANDROID_PACKAGE_NAME@" - versioncode="${version.code}" - versionname="${version.name}" - debug="${build.is.packaging.debug}" - manifest="${out.manifest.abs.file}" - assets="${asset.absolute.dir}" - androidjar="${project.target.android.jar}" - apkfolder="${out.absolute.dir}" - nocrunch="${build.packaging.nocrunch}" - resourcefilename="${resource.package.file.name}" - resourcefilter="${aapt.resource.filter}" - libraryResFolderPathRefid="project.library.res.folder.path" - libraryPackagesRefid="project.library.packages" - libraryRFileRefid="project.library.bin.r.file.path" - previousBuildType="${build.last.target}" - buildType="${build.target}" - ignoreAssets="${aapt.ignore.assets}"> - <res path="${out.res.absolute.dir}" /> - <res path="${resource.absolute.dir}" /> - <nocompress/> <!-- forces no compression on any files in assets or res/raw --> - <!-- <nocompress extension="xml" /> forces no compression on specific file extensions in assets and res/raw --> - </aapt> - </do-only-if-not-library> - </target> -</project> |