diff options
author | Dan Willemsen <dwillemsen@google.com> | 2018-04-04 17:56:57 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-04-04 17:56:57 -0700 |
commit | c5ba4d36dd21714185d096899e9dc1dbe84da9a0 (patch) | |
tree | 96216a5bd284029bdce420a3db9a7f9010face1a /lowpan | |
parent | cc5779a2876cb70544707aecf779f8c168677737 (diff) | |
parent | 9473e846e5eda95773ad9bc0f7302f14e5c402cb (diff) |
Merge "Remove duplicate definitions of utility variables" am: 8d5a39ac62
am: 9473e846e5
Change-Id: Ie52855316907746a6347fcc6b343f5c75d9c9c64
Diffstat (limited to 'lowpan')
-rw-r--r-- | lowpan/tests/Android.mk | 4 |
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. |