From 9caee5b85e6a52bf6e098270741af605508ab462 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Wed, 28 Mar 2018 14:23:25 -0700 Subject: Remove duplicate definitions of utility variables These are set by the core build system, and are becoming read-only. Bug: 76424357 Test: diff build-aosp_arm.ninja Change-Id: I2df878bb654db48a0f2b9956220a0367c32c7ffe --- lowpan/tests/Android.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lowpan') diff --git a/lowpan/tests/Android.mk b/lowpan/tests/Android.mk index 9043672374d4..0042ff9fadc6 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. -- cgit v1.2.3