summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2011-10-10 09:54:47 -0700
committerYing Wang <wangying@google.com>2011-10-10 09:54:47 -0700
commit32ef58e2c13b9692f9b16a14434978200573d26c (patch)
treecb5d6bb0d01b2a045a001c0bc81fc450d301e4b2
parent2df17b458818b193660595bf967f0185fcabded6 (diff)
downloadbuild-32ef58e2c13b9692f9b16a14434978200573d26c.tar.gz
build-32ef58e2c13b9692f9b16a14434978200573d26c.tar.bz2
build-32ef58e2c13b9692f9b16a14434978200573d26c.zip
Remove PRODUCT_CONTRIBUTORS_FILE which is no longer in use.
Bug: 5433204 Change-Id: Id88c21f8d1991d8cbcc5bb7dae784aa72dc4becf
-rw-r--r--core/product.mk1
-rw-r--r--core/product_config.mk4
2 files changed, 0 insertions, 5 deletions
diff --git a/core/product.mk b/core/product.mk
index 72cb2f7a3..8b762433a 100644
--- a/core/product.mk
+++ b/core/product.mk
@@ -76,7 +76,6 @@ _product_var_list := \
PRODUCT_EXTRA_RECOVERY_KEYS \
PRODUCT_PACKAGE_OVERLAYS \
DEVICE_PACKAGE_OVERLAYS \
- PRODUCT_CONTRIBUTORS_FILE \
PRODUCT_TAGS \
PRODUCT_SDK_ADDON_NAME \
PRODUCT_SDK_ADDON_COPY_FILES \
diff --git a/core/product_config.mk b/core/product_config.mk
index e673d5ca7..23e06ea76 100644
--- a/core/product_config.mk
+++ b/core/product_config.mk
@@ -282,10 +282,6 @@ endif
PRODUCT_COPY_FILES := \
$(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_COPY_FILES))
-# The HTML file containing the contributors to the project.
-PRODUCT_CONTRIBUTORS_FILE := \
- $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_CONTRIBUTORS_FILE))
-
# A list of property assignments, like "key = value", with zero or more
# whitespace characters on either side of the '='.
PRODUCT_PROPERTY_OVERRIDES := \