Update binary.mk language to comply with Android's inclusive language guidance

See https://source.android.com/setup/contribute/respectful-code for reference

Bug: 162241205
This commit is contained in:
Kevin Lau Fang 2020-07-29 22:15:33 +00:00
parent ad970e69f3
commit c45b82c23b
1 changed files with 1 additions and 1 deletions

View File

@ -594,7 +594,7 @@ rs_generated_cpps := $(addprefix \
$(call track-src-file-gen,$(renderscript_sources),$(rs_generated_cpps))
# This is just a dummy rule to make sure gmake doesn't skip updating the dependents.
# This is just a no-op rule to make sure gmake doesn't skip updating the dependents.
$(rs_generated_cpps) : $(RenderScript_file_stamp)
@echo "Updated RS generated cpp file $@."
$(hide) touch $@