forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to chromium 9659b08ea5a34f889dc4166217f438095ddc10d2
- Loading branch information
Showing
1,104 changed files
with
118,865 additions
and
73,344 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
commit 2f12ff08cc9215273040893a9b6c2b3fabccfb6b | ||
Author: Adam Barth <[email protected]> | ||
Date: Thu Jul 16 18:00:01 2015 -0700 | ||
|
||
Cherry-pick build fix from Mojo | ||
|
||
diff --git a/services/android/rules.gni b/services/android/rules.gni | ||
index 350b421..c2c286b 100644 | ||
--- a/services/android/rules.gni | ||
+++ b/services/android/rules.gni | ||
@@ -44,6 +44,10 @@ template("mojo_android_java_application") { | ||
action(android_with_manifest_name) { | ||
script = "${servicess_android_path}/add_manifest_entry.py" | ||
|
||
+ deps = [ | ||
+ ":$android_standalone_name" | ||
+ ] | ||
+ | ||
input = dex_output_path | ||
inputs = [ | ||
input, | ||
@@ -74,6 +78,10 @@ template("mojo_android_java_application") { | ||
action(target_name) { | ||
script = rebase_path("mojo/public/tools/prepend.py", ".", mojo_root) | ||
|
||
+ deps = [ | ||
+ ":$android_with_manifest_name" | ||
+ ] | ||
+ | ||
input = dex_with_manifest_output_path | ||
inputs = [ | ||
input, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.