blob: 772c5b0c96ba064330b559f28bcbe19712a1e0c7 [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_apk("webview_log_verbosifier_apk") {
apk_name = "WebViewLogVerbosifier"
android_manifest = "AndroidManifest.xml"
deps = [
":webview_log_verbosifier_resources",
]
}
android_resources("webview_log_verbosifier_resources") {
resource_dirs = [ "res" ]
custom_package = "org.chromium.webview_log_verbosifier"
}