summaryrefslogtreecommitdiffstats
path: root/core/base_rules.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2010-06-24 15:08:33 -0700
committerYing Wang <wangying@google.com>2010-06-24 15:13:09 -0700
commitc048c9b598b36dc7506a954cc0d3d80f308b1b13 (patch)
treeb7179a208f7498bb95637159852d6577598a13c1 /core/base_rules.mk
parent3b85269cfe10ec15e9b544dd6964b8c9f5f761f9 (diff)
downloadbuild-c048c9b598b36dc7506a954cc0d3d80f308b1b13.zip
build-c048c9b598b36dc7506a954cc0d3d80f308b1b13.tar.gz
build-c048c9b598b36dc7506a954cc0d3d80f308b1b13.tar.bz2
default empty tapas to TARGET_BUILD_APPS "all"
So that "tapas" without argument won't end in makefile-could-not-load error in unbundled branch. Also, the magic "all" apps will build only apps, not other things. Change-Id: Iac6dd928ee4e42996147acdab31930cd4ffa1768
Diffstat (limited to 'core/base_rules.mk')
-rw-r--r--core/base_rules.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/base_rules.mk b/core/base_rules.mk
index 3f343e2..0d17c83 100644
--- a/core/base_rules.mk
+++ b/core/base_rules.mk
@@ -491,6 +491,8 @@ ALL_MODULES += $(LOCAL_MODULE)
# Don't use += on subvars, or else they'll end up being
# recursively expanded.
+ALL_MODULES.$(LOCAL_MODULE).CLASS := \
+ $(ALL_MODULES.$(LOCAL_MODULE).CLASS) $(LOCAL_MODULE_CLASS)
ALL_MODULES.$(LOCAL_MODULE).PATH := \
$(ALL_MODULES.$(LOCAL_MODULE).PATH) $(LOCAL_PATH)
ALL_MODULES.$(LOCAL_MODULE).TAGS := \