10 Commits

Author SHA1 Message Date
Hans-Christoph Steiner
3fcdfe85bb move main project files into standard gradle/Android Studio layout
This makes it a lot easier to setup all the testing stuff.  Mostly,
I'm tired of fighting Android Studio's fragility, so I want to remove
as much non-standardness as possible in the hopes of improving that
situation.

closes #534 https://gitlab.com/fdroid/fdroidclient/issues/534
2016-03-28 12:12:37 +02:00
Daniel Micay
71c507bbfd fix AOSP build integration
The build isn't done from the top-level directory so the symlink needs
to use an absolute path.

Fixes #551.
2016-02-03 13:33:04 -05:00
Android Build System
41b0d0fa7e symlink build dir into out 2015-06-16 20:05:55 +02:00
Simon Wörne
886919adb7 fixed apk output path 2015-05-15 00:25:44 +02:00
Simon Wörne
38c25f0ecc build only F-Droid without unneeded libraries 2015-05-14 12:05:55 +02:00
Simon Wörner
784e2abe37 added Android.mk with gradle build 2015-05-01 19:40:31 +02:00
Daniel Martí
0f98042520 Remove broken support for repo and Android.mk
* The repo instructions are just a duplicate of the simple git submodules
* The Android.mk build instructions don't work and will never support what
  e.g. gradle does

Anyone wanting to bundle F-Droid in a ROM can build it with git and gradle,
and then including the resulting apk.
2014-05-20 18:39:26 +02:00
Rene Treffer
750da53970 Add Android.mk for building in ROMs
Android.mk is needed to build F-Droid as part of other ROMs. A ROM would
have to emulate the .gitmodules with repo.

Note: the build will fail until AndroidPinning pulls a trivial fix for
      super(null). There is also a layout bug that is fixed by the next
      commit.
2014-03-16 13:40:20 +01:00
Daniel Martí
a9a10667fa Remove android.mk, no longer used by anyone and outdated
Confirmed on #replicant:

paulk-collins | yes now we use the prebuilt apk
        mvdan | so Android.mk can be dropped?
paulk-collins | I'd say so
2013-08-30 18:09:29 +02:00
Ciaran Gultnieks
7b33ffb5c5 Minor changes to allow building within Replicant
(supplied by Paul Kocialkowski)
2011-06-07 08:55:39 +01:00