Edit

kc3-lang/angle/AndroidManifest.xml

Branch :

  • Show log

    Commit

  • Author : Tobin Ehlis
    Date : 2018-05-02 09:44:01
    Hash : e708f004
    Message : Set ANGLE lib apk targetSdkVersion to 28 Bug: angleproject:2418 Change-Id: Ia146c202cff96b1de9cb55ee44fa5479cef36b53 Reviewed-on: https://chromium-review.googlesource.com/1039777 Reviewed-by: Courtney Goeltzenleuchter <courtneygo@google.com> Reviewed-by: Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Tobin Ehlis <tobine@google.com>

  • AndroidManifest.xml
  • <?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"
        package="com.google.android.angle">
        <uses-sdk android:minSdkVersion="24"
                  android:targetSdkVersion="28">
        </uses-sdk>
    
        <application android:label="Android System Angle"
            android:extractNativeLibs="false"
            android:multiArch="true"
            android:hasCode="false">
        </application>
    </manifest>