From 65483a22bd7877431bf2cfd77e55feb72efc9e0c Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Thu, 10 Sep 2015 18:12:00 -0700 Subject: [PATCH] Fix markdown --- engine/src/flutter/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/src/flutter/CONTRIBUTING.md b/engine/src/flutter/CONTRIBUTING.md index dd7b899d966..85d1a07f3b0 100644 --- a/engine/src/flutter/CONTRIBUTING.md +++ b/engine/src/flutter/CONTRIBUTING.md @@ -42,14 +42,14 @@ target. Building on MacOS for Android, iOS, and a head-less MacOS target is comi ### Android (cross-compiling from Mac or Linux) -## The first time +#### The first time * `./tools/android/download_android_tools.py` * On Linux: `sudo ./build/install-build-deps-android.sh` * On Mac: Install Oracle's Java JDK, version 1.7 or later. * On Mac: Install "ant": `brew install ant`. -## Building +#### Building * `./sky/tools/gn --android` * `ninja -C out/android_Debug`