Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
bcb4f01d
Kaydet (Commit)
bcb4f01d
authored
Ara 18, 2014
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
android: support building with SDK tools 24
Change-Id: I424e81b849d7e0ec5c61eddcc70279e3559885d1
üst
2a6dc39b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
0 deletions
+45
-0
no-resource-compress-24.xml
android/Bootstrap/no-resource-compress-24.xml
+45
-0
No files found.
android/Bootstrap/no-resource-compress-24.xml
0 → 100644
Dosyayı görüntüle @
bcb4f01d
<?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"
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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment