summaryrefslogtreecommitdiffstats
path: root/core/product_config.mk
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2015-01-06 23:59:10 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-06 23:59:10 +0000
commit00cee5889c0061cfd70dd64166dccca529832025 (patch)
tree9e51b388663a546fba46f58752c2eed0bc3658fe /core/product_config.mk
parent579be0670507ca380d361ffdbc2cff7f53e9d0cd (diff)
parentad6dd21e1ae27941b0c00629b095dd9a9ae2d7c2 (diff)
downloadbuild-00cee5889c0061cfd70dd64166dccca529832025.zip
build-00cee5889c0061cfd70dd64166dccca529832025.tar.gz
build-00cee5889c0061cfd70dd64166dccca529832025.tar.bz2
am ad6dd21e: Merge "Remove unused PRODUCT_TAGS"
* commit 'ad6dd21e1ae27941b0c00629b095dd9a9ae2d7c2': Remove unused PRODUCT_TAGS
Diffstat (limited to 'core/product_config.mk')
-rw-r--r--core/product_config.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/product_config.mk b/core/product_config.mk
index 7476e09..5240ae7 100644
--- a/core/product_config.mk
+++ b/core/product_config.mk
@@ -349,9 +349,6 @@ PRODUCT_PACKAGE_OVERLAYS := \
DEVICE_PACKAGE_OVERLAYS := \
$(strip $(PRODUCTS.$(INTERNAL_PRODUCT).DEVICE_PACKAGE_OVERLAYS))
-# An list of whitespace-separated words.
-PRODUCT_TAGS := $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_TAGS))
-
# The list of product-specific kernel header dirs
PRODUCT_VENDOR_KERNEL_HEADERS := \
$(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_VENDOR_KERNEL_HEADERS)