[go: nahoru, domu]

blob: aa41f28a6a354afe3ba7cfd4dfbbc0991f4a40e5 [file] [log] [blame]
# Copyright 2021 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
if (is_android) {
import("//build/config/android/rules.gni")
java_cpp_features("java_features_srcjar") {
# External code should depend on ":features_java" instead.
visibility = [ ":*" ]
sources = [ "cpp/features.cc" ]
template = "java/src/org/chromium/services/network/public/NetworkServiceFeatures.java.tmpl"
}
android_library("features_java") {
srcjar_deps = [ ":java_features_srcjar" ]
}
}