# Copyright 2016 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")
android_apk("dex_optimizer_apk") {
# Used as an additional_apk in test scripts.
never_incremental = true
android_manifest = "AndroidManifest.xml"
apk_name = "DexOptimizer"
chromium_code = false
sources = []
deps = [
"//chrome/android/webapk/shell_apk/javatests/canary_lib:canary_dex2_assets",
"//chrome/android/webapk/shell_apk/javatests/canary_lib:canary_dex_assets",
]
}