blob: aca64663bf1fce2759c841f627657bf890229d21 [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",
]
min_sdk_version = 21
target_sdk_version = 28
}
android_resources("webview_log_verbosifier_resources") {
resource_dirs = [ "res" ]
custom_package = "org.chromium.webview_log_verbosifier"
}