From 7fa25d3209cb9eb109ceef5c370bed1fee8c89e3 Mon Sep 17 00:00:00 2001 From: Rene Treffer Date: Sun, 16 Mar 2014 14:03:46 +0100 Subject: [PATCH] Add ROM building instructions Android.mk enables ROM devs to bundle F-Droid. Add instruction on how to do it. --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 9c5d1fbbb..56db155f6 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,26 @@ The project itself supports Gradle, but some of the libraries it uses don't. Hence it is currently not possible to build F-Droid with Gradle in a clean way without manual interaction. +Building as part of a ROM +------------------------- + +Add the following lines to your repo manifest + +``` + + + + + + + + + + + +``` + +Adding F-Droid is then just a matter of adding "F-Droid" to your PRODUCT_PACKAGES. Direct download ---------------