summaryrefslogtreecommitdiffstats
path: root/core/definitions.mk
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2012-05-22 14:08:50 -0700
committerJoe Onorato <joeo@google.com>2012-08-16 22:36:41 -0700
commit529302d912e9ad6d62b56f98ffb718e5a4b23b18 (patch)
treef300bb60151b34145040ccf71958cbf7ac6d84da /core/definitions.mk
parent8cfca47f5aa7a6e4c90082ab76db919ad45eb744 (diff)
downloadbuild-529302d912e9ad6d62b56f98ffb718e5a4b23b18.zip
build-529302d912e9ad6d62b56f98ffb718e5a4b23b18.tar.gz
build-529302d912e9ad6d62b56f98ffb718e5a4b23b18.tar.bz2
Remove support for user tags in the build system.
It is not forbidden to say LOCAL_MODULE_TAGS := user, and if you don't say LOCAL_MODULE_TAGS, it now defaults to optional. Change-Id: I0a0b200bb6f1c7bf1fe3a89cdc8f69678617526c
Diffstat (limited to 'core/definitions.mk')
-rw-r--r--core/definitions.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/definitions.mk b/core/definitions.mk
index 6e87cc1..1508cc6 100644
--- a/core/definitions.mk
+++ b/core/definitions.mk
@@ -2045,10 +2045,6 @@ endef
# when requested.
include $(BUILD_SYSTEM)/distdir.mk
-# -----------------------------------------------------------------
-# The modules allowed to use a user tag
-include $(BUILD_SYSTEM)/user_tags.mk
-
# broken:
# $(foreach file,$^,$(if $(findstring,.a,$(suffix $file)),-l$(file),$(file)))