chromium/third_party/byte_buddy/BUILD.gn

# 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_library("byte_buddy_android_java") {
  testonly = true
  sources = [ "java/net/bytebuddy/android/AndroidClassLoadingStrategy.java" ]
  deps = [
    "//third_party/android_deps:com_google_code_findbugs_jsr305_java",
    "//third_party/android_deps:net_bytebuddy_byte_buddy_java",
    "//third_party/androidx:androidx_annotation_annotation_java",
    "//third_party/aosp_dalvik:aosp_dalvik_dx_java",
  ]
  proguard_configs = [ "//third_party/byte_buddy/proguard.flags" ]
}