build: soong: put lineage variables in the "Lineage" struct

Change-Id: I9ed55cea0c55f0078f8f97ad4037b16ed11c0156
gugelfrei
Simon Shields 7 years ago
parent 76dd1e5e16
commit 7ef0e17066

@ -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)

Loading…
Cancel
Save