Fix tab.

The tab broke unbundled targets.

Change-Id: Ia97d4bdd69f7bb48eb3c51a01f0ab7085b5949a0
diff --git a/core/product_config.mk b/core/product_config.mk
index 60d08e5..d766ba7 100644
--- a/core/product_config.mk
+++ b/core/product_config.mk
@@ -179,7 +179,7 @@
 ifneq ($(TARGET_SIMULATOR),true)
 # ... or if the if the option is already set
 ifeq ($(WITH_HOST_DALVIK),)
-	WITH_HOST_DALVIK := true
+  WITH_HOST_DALVIK := true
 endif
 endif
 endif