mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-08 08:20:28 +03:00
very dirty hack, but works for droidnotify
This commit is contained in:
parent
185c31a7b0
commit
78e2d2f111
2 changed files with 15 additions and 4 deletions
|
|
@ -14,8 +14,9 @@ It is extremely customizable with many options to suit your needs and style.
|
||||||
Repo Type:svn
|
Repo Type:svn
|
||||||
Repo:http://droid-notify.googlecode.com/svn/trunk
|
Repo:http://droid-notify.googlecode.com/svn/trunk
|
||||||
|
|
||||||
# builds only when
|
Build Version:2.20,27,707,patch=facebook.patch,prebuild=mv lib/ libs/ \
|
||||||
# https://github.com/facebook/facebook-android-sdk/tree/master/facebook
|
&& git clone git://github.com/facebook/facebook-android-sdk.git \
|
||||||
# is added as ../com_facebook_android
|
&& cp facebook-android-sdk/facebook/default.properties facebook-android-sdk/facebook/project.properties \
|
||||||
Build Version:2.20,27,707,prebuild=mv lib/ libs/
|
&& cp build.xml facebook-android-sdk/facebook/ \
|
||||||
|
&& cp local.properties facebook-android-sdk/facebook/
|
||||||
|
|
||||||
|
|
|
||||||
10
metadata/apps.droidnotify/facebook.patch
Normal file
10
metadata/apps.droidnotify/facebook.patch
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
Index: project.properties
|
||||||
|
===================================================================
|
||||||
|
--- a/project.properties (revision 707)
|
||||||
|
+++ b/project.properties (working copy)
|
||||||
|
@@ -9,4 +9,4 @@
|
||||||
|
|
||||||
|
# Project target.
|
||||||
|
target=android-8
|
||||||
|
-android.library.reference.1=../com_facebook_android
|
||||||
|
+android.library.reference.1=facebook-android-sdk/facebook
|
||||||
Loading…
Add table
Add a link
Reference in a new issue