commit | 7ef0e17066d7201152e511641042aa48bc24d157 | [log] [tgz] |
---|---|---|
author | Simon Shields <simon@lineageos.org> | Mon Sep 04 21:11:16 2017 +1000 |
committer | Simon Shields <simon@lineageos.org> | Tue Sep 12 22:25:15 2017 +0000 |
tree | e762e929a24f0dba1d3cebf1038515babcb388ff | |
parent | 76dd1e5e16fe06f5d0a5bca5a434651400a22163 [diff] [blame] |
build: soong: put lineage variables in the "Lineage" struct Change-Id: I9ed55cea0c55f0078f8f97ad4037b16ed11c0156
diff --git a/build/soong/soong_config.mk b/build/soong/soong_config.mk index d5e6de9..ac7e900 100644 --- a/build/soong/soong_config.mk +++ b/build/soong/soong_config.mk
@@ -1,5 +1,8 @@ +# Insert new variables inside the Lineage structure lineage_soong: $(hide) mkdir -p $(dir $@) $(hide) (\ echo '{'; \ + echo '"Lineage": {'; \ + echo '},'; \ echo '') > $(SOONG_VARIABLES_TMP)