summaryrefslogtreecommitdiff
path: root/lowpan/tests
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-04-04 17:56:57 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-04-04 17:56:57 -0700
commitc5ba4d36dd21714185d096899e9dc1dbe84da9a0 (patch)
tree96216a5bd284029bdce420a3db9a7f9010face1a /lowpan/tests
parentcc5779a2876cb70544707aecf779f8c168677737 (diff)
parent9473e846e5eda95773ad9bc0f7302f14e5c402cb (diff)
Merge "Remove duplicate definitions of utility variables" am: 8d5a39ac62
am: 9473e846e5 Change-Id: Ie52855316907746a6347fcc6b343f5c75d9c9c64
Diffstat (limited to 'lowpan/tests')
-rw-r--r--lowpan/tests/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/lowpan/tests/Android.mk b/lowpan/tests/Android.mk
index 6fd47c65cdab..67727a7b1baa 100644
--- a/lowpan/tests/Android.mk
+++ b/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.