1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-04 14:30:11 +01:00

very dirty hack, but works for droidnotify

This commit is contained in:
Tovok7 2012-01-20 01:36:58 +01:00
parent 185c31a7b0
commit 78e2d2f111
2 changed files with 15 additions and 4 deletions

View File

@ -14,8 +14,9 @@ It is extremely customizable with many options to suit your needs and style.
Repo Type:svn
Repo:http://droid-notify.googlecode.com/svn/trunk
# builds only when
# https://github.com/facebook/facebook-android-sdk/tree/master/facebook
# is added as ../com_facebook_android
Build Version:2.20,27,707,prebuild=mv lib/ libs/
Build Version:2.20,27,707,patch=facebook.patch,prebuild=mv lib/ libs/ \
&& git clone git://github.com/facebook/facebook-android-sdk.git \
&& cp facebook-android-sdk/facebook/default.properties facebook-android-sdk/facebook/project.properties \
&& cp build.xml facebook-android-sdk/facebook/ \
&& cp local.properties facebook-android-sdk/facebook/

View 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