Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 94b2166

Browse files
committed
Cherry-pick 4c9c175f6076b102ff951e60301091cb26853f86 from Mojo
1 parent 798a88d commit 94b2166

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

services/android/rules.gni

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ template("mojo_android_java_application") {
4444
action(android_with_manifest_name) {
4545
script = "${servicess_android_path}/add_manifest_entry.py"
4646

47+
deps = [
48+
":$android_standalone_name",
49+
]
50+
4751
input = dex_output_path
4852
inputs = [
4953
input,
@@ -74,6 +78,10 @@ template("mojo_android_java_application") {
7478
action(target_name) {
7579
script = rebase_path("mojo/public/tools/prepend.py", ".", mojo_root)
7680

81+
deps = [
82+
":$android_with_manifest_name",
83+
]
84+
7785
input = dex_with_manifest_output_path
7886
inputs = [
7987
input,

0 commit comments

Comments
 (0)