2018-04-13 02:06:48 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
Copyright 2018 The Chromium Authors. All rights reserved. Use of this
|
|
|
|
source code is governed by a BSD-style license that can be found in the
|
|
|
|
LICENSE file.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2018-09-18 02:18:30 +03:00
|
|
|
package="com.android.angle">
|
2018-05-19 01:48:50 +03:00
|
|
|
<uses-sdk android:minSdkVersion="26"
|
2018-05-02 18:44:01 +03:00
|
|
|
android:targetSdkVersion="28">
|
2018-04-13 02:06:48 +03:00
|
|
|
</uses-sdk>
|
|
|
|
|
|
|
|
<application android:label="Android System Angle"
|
|
|
|
android:extractNativeLibs="false"
|
|
|
|
android:multiArch="true"
|
|
|
|
android:hasCode="false">
|
|
|
|
</application>
|
|
|
|
</manifest>
|