xref: /aosp_15_r20/external/cronet/third_party/netty4/BUILD.gn (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1# Copyright 2016 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.
4
5# References prebuilt Netty Jar file. See http://netty.io/
6
7import("//build/config/android/rules.gni")
8import("netty4.gni")
9
10android_java_prebuilt("netty_all_java") {
11  # Uses fasterxml/aalto which doesn't exist in third_party.
12  enable_bytecode_checks = false
13  testonly = true
14  jar_path = NETTY4_JAR_FILE
15  proguard_configs = [ "proguard.flags" ]
16}
17