From 6a7aa6de277ef226169f005c834b9f2b8ee55602 Mon Sep 17 00:00:00 2001 From: olheimer Date: Tue, 30 Jan 2018 16:11:09 +0100 Subject: Wrong Typo for BUILDTYPE --- platform/android/DISTRIBUTE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/android/DISTRIBUTE.md b/platform/android/DISTRIBUTE.md index 648f26ce25..1c61748322 100644 --- a/platform/android/DISTRIBUTE.md +++ b/platform/android/DISTRIBUTE.md @@ -13,7 +13,7 @@ BUILDTYPE=Debug or BUILDTYPE=Release ##### Creating an Android Archive file that supports all ABIs ```sh -BUILDTYPE=RELEASE make apackage +BUILDTYPE=Release make apackage ``` This will build native libraries to support following ABIs: -- cgit v1.2.1