blob: 6affda9bc84c135d503d5e951b009955e31cfa31 [file] [log] [blame]
# Copyright 2018 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("module_installer_java") {
java_files = [
"java/src/org/chromium/components/module_installer/ModuleInstaller.java",
"java/src/org/chromium/components/module_installer/ModuleInstallerBackend.java",
"java/src/org/chromium/components/module_installer/FakeModuleInstallerBackend.java",
"java/src/org/chromium/components/module_installer/PlayCoreModuleInstallerBackend.java",
]
deps = [
"//base:base_java",
"//third_party/android_deps:com_google_android_play_core_java",
]
}