Turn on FontMgr for Android

Minimal change for activating the SkFontMgr on Android, broken out
of http://crrev.com/445143002/.

BUG=chromium:400801
R=bungeman@google.com, djsollen@google.com, tomhudson@google.com

Author: tomhudson@chromium.org

Review URL: https://codereview.chromium.org/462073002
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index a54a6fd..d17965f 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -611,7 +611,6 @@
       {
         'defines': [
           'SK_BUILD_FOR_ANDROID',
-          'SK_FONTHOST_DOES_NOT_USE_FONTMGR',
 
           # Android Text Tuning
           'SK_GAMMA_EXPONENT=1.4',