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