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