mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-13 02:30:30 +03:00
parent
a82182656d
commit
67c843ca31
2 changed files with 48 additions and 0 deletions
22
metadata/cx.hell.android.pdfview/fdroid-ndk-build.patch
Normal file
22
metadata/cx.hell.android.pdfview/fdroid-ndk-build.patch
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
F-Droid knows better how to run ndk-build. Also, proguard.cfg is actually
|
||||
missing, so don't reference it (reported,
|
||||
http://code.google.com/p/apv/issues/detail?id=104)
|
||||
|
||||
diff -r ff030f8b49e6 pdfview/project.properties
|
||||
--- a/pdfview/project.properties Wed Jan 18 01:05:25 2012 +0100
|
||||
+++ b/pdfview/project.properties Fri Feb 24 05:26:16 2012 +0200
|
||||
@@ -9,6 +9,5 @@
|
||||
|
||||
# Indicates whether an apk should be generated for each density.
|
||||
split.density=false
|
||||
-proguard.config=proguard.cfg
|
||||
# Project target.
|
||||
target=android-10
|
||||
diff -r ff030f8b49e6 pdfview/scripts/build-native.sh
|
||||
--- a/pdfview/scripts/build-native.sh Wed Jan 18 01:05:25 2012 +0100
|
||||
+++ b/pdfview/scripts/build-native.sh Fri Feb 24 05:26:16 2012 +0200
|
||||
@@ -33,4 +33,3 @@
|
||||
../../scripts/fontdump generated/font_base14.h fonts/*.cff
|
||||
../../scripts/fontdump generated/font_droid.h fonts/droid/DroidSans.ttf fonts/droid/DroidSansMono.ttf
|
||||
cd ..
|
||||
-ndk-build
|
||||
Loading…
Add table
Add a link
Reference in a new issue