Commit 4730bea4 authored by Nick Burris's avatar Nick Burris Committed by Chromium LUCI CQ

Create empty minimal payments targets

* This patch creates empty targets in the payments component which will
  contain the minimal dependencies needed by downstream GPay code.
* This allows downstream to depend on these targets before things are
  moved into it.

Bug: 1144488
Change-Id: Ib0d6a1e0ea9aae2988322e6632e890d5185e4b4a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2597559
Commit-Queue: Nick Burris <nburris@chromium.org>
Reviewed-by: default avatarRouslan Solomakhin <rouslan@chromium.org>
Reviewed-by: default avatarLiquan (Max) Gu <maxlg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#838240}
parent bf31dec2
......@@ -72,6 +72,10 @@ generate_jni("jni_headers") {
]
}
# Temporarily empty target for downstream to depend on before resources move.
java_group("minimal_java_resources") {
}
android_resources("java_resources") {
sources = payments_java_resources
deps = [
......@@ -185,6 +189,10 @@ android_library("java") {
resources_package = "org.chromium.components.payments"
}
# Temporarily empty target for downstream to depend on before dependencies move.
java_group("minimal_java") {
}
android_aidl("payment_details_update_service_aidl") {
interface_file = "java/src/org/chromium/components/payments/payment_details_update_service.aidl"
sources = [
......
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