summaryrefslogtreecommitdiff
path: root/chromium/Android.mk
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2013-06-10 11:35:38 +0100
committerTorne (Richard Coles) <torne@google.com>2013-06-10 11:35:38 +0100
commit527aec2b7316d7d7c088156af8e118b525dc48bd (patch)
treedcdf0ef9049ad63837d869937c5be388c5dddb60 /chromium/Android.mk
parent1ed100ccfc76c08f4da2ce6f8a3a41e572622854 (diff)
downloadwebview-527aec2b7316d7d7c088156af8e118b525dc48bd.tar.gz
Rename jar package whitelist to be clearer.
Rename the whitelist to jar_package_whitelist.txt to make it a bit more obvious what it's for. Change-Id: Ie955d7aece848a1ce1db42749536462716e3197a
Diffstat (limited to 'chromium/Android.mk')
-rw-r--r--chromium/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/Android.mk b/chromium/Android.mk
index 6607c74..30bf24f 100644
--- a/chromium/Android.mk
+++ b/chromium/Android.mk
@@ -101,7 +101,7 @@ include $(BUILD_JAVA_LIBRARY)
ifneq ($(strip $(LOCAL_JARJAR_RULES)),)
# Add build rules to check that the jarjar'ed jar only contains whitelisted
# packages. Only enable this when we are running jarjar.
-LOCAL_JAR_CHECK_WHITELIST := $(LOCAL_PATH)/package_whitelist.txt
+LOCAL_JAR_CHECK_WHITELIST := $(LOCAL_PATH)/jar_package_whitelist.txt
jar_check_ok := $(intermediates.COMMON)/jar_check_ok
$(jar_check_ok): PRIVATE_JAR_CHECK := $(LOCAL_PATH)/tools/jar_check.py