Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1068)

Unified Diff: mojo/android/rules.gni

Issue 1239353002: Move rules for building Android Mojo services to //mojo/android (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/android/add_manifest_entry.py ('k') | services/android/add_manifest_entry.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/android/rules.gni
diff --git a/services/android/rules.gni b/mojo/android/rules.gni
similarity index 95%
rename from services/android/rules.gni
rename to mojo/android/rules.gni
index facf5057fed0d11e432d3466be63c96bbbbdafd7..c1c0886eb223783ec68a6b4c6e3ddb95841bb7bd 100644
--- a/services/android/rules.gni
+++ b/mojo/android/rules.gni
@@ -5,7 +5,7 @@
import("//build/config/android/rules.gni")
import("//mojo/public/mojo_application.gni")
-servicess_android_path = get_path_info(".", "abspath")
+mojo_android_path = get_path_info(".", "abspath")
template("mojo_android_java_application") {
assert(defined(invoker.mojo_main))
@@ -42,7 +42,7 @@ template("mojo_android_java_application") {
}
action(android_with_manifest_name) {
- script = "${servicess_android_path}/add_manifest_entry.py"
+ script = "${mojo_android_path}/add_manifest_entry.py"
deps = [
":$android_standalone_name",
« no previous file with comments | « mojo/android/add_manifest_entry.py ('k') | services/android/add_manifest_entry.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698