BUILD.gn 515 B

12345678910111213141516
  1. # Copyright 2016 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. # References prebuilt Netty Jar file. See http://netty.io/
  5. import("//build/config/android/rules.gni")
  6. import("netty4.gni")
  7. android_java_prebuilt("netty_all_java") {
  8. # Uses fasterxml/aalto which doesn't exist in third_party.
  9. enable_bytecode_checks = false
  10. testonly = true
  11. jar_path = NETTY4_JAR_FILE
  12. proguard_configs = [ "proguard.flags" ]
  13. }