diff --git a/build/soong/soong_config.mk b/build/soong/soong_config.mk index d5e6de99..ac7e900b 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)