soong: Follow the correct JSON syntax
wrong: CROSS_COMPILE=\\"/data4... correct: CROSS_COMPILE=\"/data4... Change-Id: I5080aef7feb2ec7429cb9ba1f4baccefa61a3cd3
This commit is contained in:
@@ -21,7 +21,7 @@ SOONG_CONFIG_lineageVarsPlugin :=
|
||||
|
||||
define addVar
|
||||
SOONG_CONFIG_lineageVarsPlugin += $(1)
|
||||
SOONG_CONFIG_lineageVarsPlugin_$(1) := $$(subst ",\",$$($1))
|
||||
SOONG_CONFIG_lineageVarsPlugin_$(1) := $($1)
|
||||
endef
|
||||
|
||||
$(foreach v,$(EXPORT_TO_SOONG),$(eval $(call addVar,$(v))))
|
||||
|
Reference in New Issue
Block a user