blob: 331f123c37c0cf24b09600a10d8e9b0f22a48770 [file] [log] [blame]
# Insert new variables inside the Lineage structure
lineage_soong:
$(hide) mkdir -p $(dir $@)
$(hide) (\
echo '{'; \
echo '"Lineage": {'; \
echo ' "Needs_text_relocations": $(if $(filter true,$(TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS)),true,false)'; \
echo '},'; \
echo '') > $(SOONG_VARIABLES_TMP)