xref: /aosp_15_r20/external/angle/build/android/gradle/AndroidManifest.xml (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
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 Chromium Authors
4*8975f5c5SAndroid Build Coastguard Worker  Use of this source code is governed by a BSD-style license that can be
5*8975f5c5SAndroid Build Coastguard Worker  found in the LICENSE file.
6*8975f5c5SAndroid Build Coastguard Worker-->
7*8975f5c5SAndroid Build Coastguard Worker
8*8975f5c5SAndroid Build Coastguard Worker<!--
9*8975f5c5SAndroid Build Coastguard Worker  This is a dummy manifest which is required by Android Studio's _all target.
10*8975f5c5SAndroid Build Coastguard Worker  No <uses-sdk> is allowed due to https://crbug.com/841529.
11*8975f5c5SAndroid Build Coastguard Worker-->
12*8975f5c5SAndroid Build Coastguard Worker<manifest xmlns:android="http://schemas.android.com/apk/res/android"
13*8975f5c5SAndroid Build Coastguard Worker    package="org.dummy">
14*8975f5c5SAndroid Build Coastguard Worker</manifest>
15