summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-04-04 17:57:03 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-04-04 17:57:03 -0700
commitf57a6838dfff2177dd824dc56aafde9e0fbe0a23 (patch)
tree59e915ef51d0236b0e93345675f52572d3081145
parente6a24c74c6eceeebb3277206b7dc979dc932440d (diff)
parent446004df9b5725aed49cc734e2ee63b1433d18d6 (diff)
downloadlowpan-f57a6838dfff2177dd824dc56aafde9e0fbe0a23.tar.gz
Remove duplicate definitions of utility variables am: 4010f14244
am: 446004df9b Change-Id: I9c84cc08b2d26014afdd570a0182907577bf430f
-rw-r--r--libandroid_net_lowpan/tests/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/libandroid_net_lowpan/tests/Android.mk b/libandroid_net_lowpan/tests/Android.mk
index 0db6dea..f3720c3 100644
--- a/libandroid_net_lowpan/tests/Android.mk
+++ b/libandroid_net_lowpan/tests/Android.mk
@@ -34,10 +34,6 @@ local_java_files := $(filter %.java,$(LOCAL_SRC_FILES))
# This only works if the class name matches the file name and the directory structure
# matches the package.
local_classes := $(subst /,.,$(patsubst src/%.java,%,$(local_java_files)))
-# Utility variables to allow replacing a space with a comma
-comma:= ,
-empty:=
-space:= $(empty) $(empty)
# Convert class name list to jacoco exclude list
# This appends a * to all classes and replace the space separators with commas.
# These patterns will match all classes in this module and their inner classes.