From e860503141df1986aa849b3dcc4e82a5fd8102d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sun, 24 Apr 2016 12:45:35 +0100 Subject: [PATCH] CONTRIBUTING: Add Android.mk gradlew note See #632. --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7441a1282..595d555ab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,6 +58,8 @@ To get all the logcat messages by F-Droid, you can run: * Use gradle with `--daemon` if you are going to build F-Droid multiple times. * If you get a message like `Could not find com.android.support:support-...`, make sure that you have the latest Android support maven repository. +* When building as part of AOSP with `Android.mk`, make sure you have a + recent version of Gradle installed as `gradlew` will not be used. ## Running the test suite