chromium/third_party/aosp_dalvik/BUILD.gn

# Copyright 2023 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")

java_prebuilt("aosp_dalvik_dx_java") {
  jar_path = "cipd/lib/dx.jar"
  output_name = "aosp_dalvik_dx_java"
  supports_android = true
  testonly = true
}