blob: ac7e900bcb9700f041897242c8d2078b82c96e7d [file] [log] [blame]
Simon Shields7ef0e172017-09-04 21:11:16 +10001# Insert new variables inside the Lineage structure
Simon Shields4ed46052017-08-23 12:03:36 +10002lineage_soong:
3 $(hide) mkdir -p $(dir $@)
4 $(hide) (\
5 echo '{'; \
Simon Shields7ef0e172017-09-04 21:11:16 +10006 echo '"Lineage": {'; \
7 echo '},'; \
Simon Shields4ed46052017-08-23 12:03:36 +10008 echo '') > $(SOONG_VARIABLES_TMP)