Merge "Build System: fix autogen_test_config problem"
am: 2a07d562ac
Change-Id: Ic912fce62033b9d7b59c0b92630fc2206d9f3c77
This commit is contained in:
commit
be3c2116cd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue