blob: 4effd70a7cfc420dfdbbef1a7a02a8a6989ce2ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 2015 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")
# GYP: //third_party/cardboard-java/cardboard.gyp:cardboard_jar
android_java_prebuilt("cardboard-java") {
jar_path = "src/CardboardSample/libs/cardboard.jar"
deps = [
"//third_party/android_protobuf:protobuf_nano_javalib",
]
}
|