blob: 2595b4077e4644caf5d08b8baa93346bdf38a51e [file] [log] [blame]
Name: ARCore SDK
Short Name: arcore
URL: https://github.com/google-ar/arcore-android-sdk
Version: 1.1
Date: 19 March 2018
License: Apache 2.0
License File: LICENSE
Security Critical: yes
Description:
The ARCore Android SDK provides augmented reality capabilities to Android
devices.
Local Modifications:
To address binary size concerns, we are using a minimal shim produced for
Chromium that is not publicly distributed elsewhere. We have also stripped the
.so's to minimize their size.
Also, added BUILD.gn for compilation in chrome.
IMPORTANT: make sure to change chrome/android/java/AndroidManifest.xml
com.google.ar.core.min_apk_version attribute if a newer version of the
ARCore APK is required to maintain compatibility with this SDK.
The LICENSE file is taken from
* https://github.com/google-ar/arcore-unity-sdk/blob/master/LICENSE
Changes:
2018-07-19 - Updated BUILD.gn to support secondary abi (the previous change for
arm64 support turned out to be insufficient) and removed the unused
libarcore_sdk target.
2018-05-04 - Updated BUILD.gn to work properly for arm64.