summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-04-04 17:43:01 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-04-04 17:43:01 -0700
commit446004df9b5725aed49cc734e2ee63b1433d18d6 (patch)
treefe00434f41342382a2356c5682fbe0c6978c1ae6
parent14c2f414cf53d4322a7049e3cd4b8ac26ad37c3f (diff)
parent4010f14244d4cb42ebff80f91cdefaf1a4f1791a (diff)
downloadlowpan-446004df9b5725aed49cc734e2ee63b1433d18d6.tar.gz
Remove duplicate definitions of utility variables
am: 4010f14244 Change-Id: I8dc63c6b8f9bce73ae7645411a7b505020cc643e
-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 b914d81..7339b32 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.