Commit ebff4e09 authored by Mohamed Heikal's avatar Mohamed Heikal Committed by Commit Bot

Add back extra_application_definitions block to AndroidManifest.xml

The extra_application_definitions is still used by downstream manifests
even if not used upstream.

Change-Id: I610bb6c50df2ed828c503b4567c1bc0bfc3a8f63
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517624Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Commit-Queue: Mohamed Heikal <mheikal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#823590}
parent aa3e861a
...@@ -1166,6 +1166,8 @@ by a child template that "extends" this file. ...@@ -1166,6 +1166,8 @@ by a child template that "extends" this file.
</activity> </activity>
{% endif %} {% endif %}
{% block extra_application_definitions %}
{% endblock %}
{% endmacro %} {% endmacro %}
{% if not definitions_in_split %} {% if not definitions_in_split %}
{{ application_definitions() }} {{ application_definitions() }}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment