Back to 10.8.

Get a green build to use as comparison.

Test: None
Bug: None
Change-Id: I94eb0498014e25f5a08c82cb754d7de5179b8dd2
diff --git a/do_build.py b/do_build.py
index 3490ba4..d4780af 100755
--- a/do_build.py
+++ b/do_build.py
@@ -106,7 +106,7 @@
         toolchain = ndk.paths.android_path(
             'prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1')
         toolchain_prefix = 'i686-apple-darwin10'
-        env['MACOSX_DEPLOYMENT_TARGET'] = '10.9'
+        env['MACOSX_DEPLOYMENT_TARGET'] = '10.8'
     elif host == Host.Linux:
         toolchain = ndk.paths.android_path(
             'prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8')