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

Change-Id: I9ed55cea0c55f0078f8f97ad4037b16ed11c0156
This commit is contained in:
Simon Shields
2017-09-04 21:11:16 +10:00
parent 76dd1e5e16
commit 7ef0e17066

View File

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