am a680750e: Fix win32 support header for mingw32.

* commit 'a680750e6e0cd2a8cfd1453970cc9d997d833e84':
  Fix win32 support header for mingw32.
diff --git a/Android.mk b/Android.mk
index b6db3ab..0a10de1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,9 +14,6 @@
 # limitations under the License.
 #
 
-# Don't build for unbundled branches
-ifeq (,$(TARGET_BUILD_APPS))
-
 LOCAL_PATH := $(call my-dir)
 
 LIBCXX_SRC_FILES := \
@@ -103,6 +100,9 @@
 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
 include $(BUILD_HOST_STATIC_LIBRARY)
 
+# Don't build for unbundled branches
+ifeq (,$(TARGET_BUILD_APPS))
+
 # host dynamic lib
 include $(CLEAR_VARS)
 LOCAL_MODULE := libc++