summaryrefslogtreecommitdiff
path: root/deps/v8/build/android/incremental_install/BUILD.gn
blob: 3093c3a7107c97ebf69b22f678be0f5c74351ac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2015 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("bootstrap_java") {
  # Use .dex rather than .dex.jar to be usable by package_apk().
  dex_path = "$target_gen_dir/bootstrap.dex"
  java_files = [
    "java/org/chromium/incrementalinstall/BootstrapApplication.java",
    "java/org/chromium/incrementalinstall/BootstrapInstrumentation.java",
    "java/org/chromium/incrementalinstall/ClassLoaderPatcher.java",
    "java/org/chromium/incrementalinstall/LockFile.java",
    "java/org/chromium/incrementalinstall/Reflect.java",
    "java/org/chromium/incrementalinstall/SecondInstrumentation.java",
  ]
  emma_never_instrument = true
  no_build_hooks = true
}