summaryrefslogtreecommitdiffstats
path: root/core/product_config.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2011-06-17 17:44:08 -0700
committerYing Wang <wangying@google.com>2011-06-17 17:44:08 -0700
commitcf5da40e5295f28f84e760dccfb02278c55dfc10 (patch)
tree2ad068893afc5510a592fef2221066ef01fce3a6 /core/product_config.mk
parentc0de1ea8dfebc69a17dd3eb470102d2923927f95 (diff)
downloadreplicant_build-cf5da40e5295f28f84e760dccfb02278c55dfc10.zip
replicant_build-cf5da40e5295f28f84e760dccfb02278c55dfc10.tar.gz
replicant_build-cf5da40e5295f28f84e760dccfb02278c55dfc10.tar.bz2
Fix tab.
The tab broke unbundled targets. Change-Id: Ia97d4bdd69f7bb48eb3c51a01f0ab7085b5949a0
Diffstat (limited to 'core/product_config.mk')
-rw-r--r--core/product_config.mk2
1 files changed, 1 insertions, 1 deletions
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 @@ ifeq ($(HOST_OS),linux)
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