Commit 4bcce19e authored by Finnur Thorarinsson's avatar Finnur Thorarinsson Committed by Commit Bot

[Android]: Prepare for modularization of c/b/banners.

This creates an empty BUILD.gn file downstream can
depend on.

TBR: nyquist
Bug: 1135551
Change-Id: Ia283c64f5c37b9e7afc245a5fc27170dc91c2d71
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506179Reviewed-by: default avatarFinnur Thorarinsson <finnur@chromium.org>
Commit-Queue: Finnur Thorarinsson <finnur@chromium.org>
Cr-Commit-Position: refs/heads/master@{#822114}
parent ebcb97d4
# 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.
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment