Hash :
2565d48b
Author :
Date :
2018-04-12T17:06:48
Add angle library apk Package up libraries into Android APK. Libraries must be uncompressed for them to be mmapped properly. Bug: angleproject:2418 Change-Id: I27817d7a6c5dcd93ca7790c55042c6548f84906f Reviewed-on: https://chromium-review.googlesource.com/1013057 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: Jamie Madill <jmadill@chromium.org> Reviewed-by: Yuly Novikov <ynovikov@chromium.org>
<?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="24">
</uses-sdk>
<!-- TODO: Remove debuggable property for production? -->
<application android:label="Android System Angle"
android:extractNativeLibs="false"
android:multiArch="true"
android:debuggable="true"
android:hasCode="false">
</application>
</manifest>