# Copyright 2020 The Chromium Authors. All rights reserved. # 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") # We can't use android_library here since gn doesn't allow those with empty # sources. Use java_group until we have files in this module. java_group("java") { # Empty module for a three sided patch. }