From e46dd0c5b15a0a8025f5eb6d91ec7518eac61dc7 Mon Sep 17 00:00:00 2001 From: Romain Goyet Date: Thu, 26 Sep 2019 14:29:18 +0200 Subject: [PATCH] [ion/simulator/android] Use stricter build rules --- ion/src/simulator/android/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ion/src/simulator/android/Makefile b/ion/src/simulator/android/Makefile index 2bd78a406..de3707935 100644 --- a/ion/src/simulator/android/Makefile +++ b/ion/src/simulator/android/Makefile @@ -24,7 +24,7 @@ $(BUILD_DIR)/app/res/mipmap-v26/ic_launcher_foreground.png: ion/src/simulator/as $(call rule_label,CONVERT) $(Q) convert -background none $< -resize 512x512 -gravity center -background none -extent 1024x1024 $@ -$(BUILD_DIR)/app/res/%: ion/src/simulator/android/src/res/% $$(@D)/. +$(BUILD_DIR)/app/res/%.xml: ion/src/simulator/android/src/res/%.xml | $$(@D)/. $(call rule_label,COPY) $(Q) cp $< $@