xwords/xwords4/android/scripts/Variant.mk
Eric House a4152239f6 remove sms permissions from play store variant
and from a new debug variant so that can be tested. Add explanation to
be shown users who try to use the now-unavailable features.
2019-01-24 18:45:24 -08:00

7 lines
175 B
Makefile

# -*- mode: Makefile; -*-
src/%/res/values/strings.xml: src/main/res/values/strings.xml
@mkdir -p $(shell dirname $@)
@sed \
-e "s,CrossWords,$(APPNAME),g" \
< $< > $@