summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/policy/android/BUILD.gn
blob: 1b899db8483d326cced6c0e608e771400c031341 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2020 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")

_jni_sources =
    [ "java/src/org/chromium/chrome/browser/policy/PolicyServiceFactory.java" ]

android_library("java") {
  deps = [
    "//base:base_java",
    "//base:jni_java",
    "//chrome/browser/profiles/android:java",
    "//components/policy/android:policy_java",
    "//third_party/android_deps:androidx_annotation_annotation_java",
  ]
  annotation_processor_deps = [ "//base/android/jni_generator:jni_processor" ]
  sources = _jni_sources
}

generate_jni("jni_headers") {
  sources = _jni_sources
}