blob: 331f123c37c0cf24b09600a10d8e9b0f22a48770 [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": {'; \
Adrian DCcf7f7d42017-07-24 14:05:30 +02007 echo ' "Needs_text_relocations": $(if $(filter true,$(TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS)),true,false)'; \
Simon Shields7ef0e172017-09-04 21:11:16 +10008 echo '},'; \
Simon Shields4ed46052017-08-23 12:03:36 +10009 echo '') > $(SOONG_VARIABLES_TMP)