blob: 02d1046d5dde8b2947968b77f45b589c7c43eab4 [file] [log] [blame]
# Copyright 2019 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.
import("//build/config/android/rules.gni")
android_aar_prebuilt("com_google_ar_core_java") {
aar_path = "core-1.18.0.aar"
info_path = "core-1.18.0.info"
extract_native_libraries = true
ignore_proguard_configs = true
proguard_configs = [ "proguard.txt" ]
}