1# Copyright 2023 The Chromium Authors
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
45import("//build/config/android/rules.gni")
67java_prebuilt("kotlin_stdlib_java") {
8 jar_path = "kotlin-stdlib.jar"
9 supports_android = true
10}
11