Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ef8fb31 authored by nelsonli's avatar nelsonli Committed by android-build-merger
Browse files

Merge "Build System: fix autogen_test_config problem" am: 2a07d562 am: be3c2116

am: 5566ce97

Change-Id: I6dd11a08e5766762f35d0f04dccc8e9e04dfb98a
parents 71f26687 5566ce97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ endif
# Auto generating test config file for native test
$(autogen_test_config_file) : $(autogen_test_config_template)
	@echo "Auto generating test config $(notdir $@)"
	$(hide) sed 's&{MODULE}&$(PRIVATE_MODULE)&g' $^ > $@
	$(hide) sed 's&{MODULE}&$(PRIVATE_MODULE)&g' $< > $@
my_auto_generate_config := true
else
# Auto generating test config file for instrumentation test