Android home path reminder visible twice on linux

Summary:
The line
`Please make sure you export the correct path for 'ANDROID_HOME' if you did not install the Android SDK using Android Studio.`
was visible twice (one on top of another) in the docs when viewing linux instructions. I removed the block that set it visible on both linux and windows and incorporated it into the existing windows block.
Closes https://github.com/facebook/react-native/pull/11276

Differential Revision: D4269783

Pulled By: hramos

fbshipit-source-id: 423fca3219567cf96d91aefc43d1ddabb2403728
This commit is contained in:
Connor Garber
2016-12-12 11:36:38 +00:00
committed by Martin Konicek
parent 36ceb3997b
commit 1e113735a6
-2
View File
@@ -252,8 +252,6 @@ Go to **Control Panel** → **System and Security** → **System** → **Change
Restart the Command Prompt to apply the new environment variable.
<block class="linux windows android" />
> Please make sure you export the correct path for `ANDROID_HOME` if you did not install the Android SDK using Android Studio.
<block class="linux android" />