summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/android/externalauth/BUILD.gn
blob: d311a8328bb6ddfc3672bf09e749b06a73886b00 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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.
}