1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 Copyright 2017 The Chromium Authors. All rights reserved. Use of this source 4 code is governed by a BSD-style license that can be found in the LICENSE 5 file. 6--> 7 8<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.jni.generator"> 9 10 <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="24" /> 11 <application></application> 12 13</manifest> 14