diff options
author | Ying Wang <wangying@google.com> | 2010-06-24 15:08:33 -0700 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2010-06-24 15:13:09 -0700 |
commit | c048c9b598b36dc7506a954cc0d3d80f308b1b13 (patch) | |
tree | b7179a208f7498bb95637159852d6577598a13c1 /core/base_rules.mk | |
parent | 3b85269cfe10ec15e9b544dd6964b8c9f5f761f9 (diff) | |
download | build-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.mk | 2 |
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 := \ |