1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 Copyright 2018 The ANGLE Project Authors. All rights reserved. Use of this 4 source code is governed by a BSD-style license that can be found in the 5 LICENSE file. 6--> 7 8<manifest xmlns:android="http://schemas.android.com/apk/res/android" 9 xmlns:tools="http://schemas.android.com/tools" 10 package="{{manifest_package|default('org.chromium.angle')}}"> 11 12 <application android:label="Angle for Android" 13 android:extractNativeLibs="{{extract_native_libs|default('false')}}" 14 android:multiArch="true"> 15 </application> 16</manifest> 17