blob: a76b23905a51f8522f73e53a97254643af16a3ad [file] [log] [blame]
# Copyright 2021 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_library("java") {
sources = [ "java/src/org/chromium/chrome/browser/messages/MessagesResourceMapperInitializer.java" ]
annotation_processor_deps = [ "//base/android/jni_generator:jni_processor" ]
deps = [ "//base:base_java" ]
}
generate_jni("jni_headers") {
sources = [ "java/src/org/chromium/chrome/browser/messages/MessagesResourceMapperInitializer.java" ]
}