More inclusive language in the build system.
Test: m
Bug: 161896447
Bug: 161850439
Bug: 161336379
Change-Id: I90dfafacc04d91661b1b1f5baf018ea6a423db72
diff --git a/build/Android.gtest.mk b/build/Android.gtest.mk
index 9fcddf6..1d31e74 100644
--- a/build/Android.gtest.mk
+++ b/build/Android.gtest.mk
@@ -44,7 +44,7 @@
$(HOST_OUT_JAVA_LIBRARIES)/core-icu4j-hostdex.jar:apex/com.android.i18n/javalib/core-icu4j.jar \
$(icu_data_file):com.android.i18n/etc/icu/$(notdir $(icu_data_file))
-# Create a module that will copy all the data files into testcases directory.
+# Create phony module that will copy all the data files into testcases directory.
# For now, this copies everything to "out/host/linux-x86/" subdirectory, since it
# is hard-coded in many places. TODO: Refactor tests to remove the need for this.
include $(CLEAR_VARS)