blob: dc8e6de7c9321e6c907e606221781c1948cab26a [file] [log] [blame]
# Copyright 2025 The Chromium Authors
# 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")
import("//third_party/jni_zero/jni_zero.gni")
android_library("java") {
srcjar_deps = [ ":jni_headers" ]
sources = [
"java/src/org/chromium/components/input/InputFeatureMap.java",
"java/src/org/chromium/components/input/InputUtils.java",
]
deps = [
"//base:base_java",
"//third_party/jni_zero:jni_zero_java",
]
resources_package = "org.chromium.components.input"
}
generate_jni("jni_headers") {
sources = [
"java/src/org/chromium/components/input/InputFeatureMap.java",
"java/src/org/chromium/components/input/InputUtils.java",
]
}