aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMátyás Mustoha <mmatyas@inf.u-szeged.hu>2016-12-07 12:16:58 +0100
committerMátyás Mustoha <mmatyas@inf.u-szeged.hu>2016-12-07 12:16:58 +0100
commita8d356bc5ec84499ad0b6b74e5e991e0db61ab31 (patch)
tree193925d6973f8492653fc840b3d971c50f1bdc74 /Cargo.toml
parent4e0638b9b744fc014a11691451839fb7ff1ab464 (diff)
downloadservo-a8d356bc5ec84499ad0b6b74e5e991e0db61ab31.tar.gz
servo-a8d356bc5ec84499ad0b6b74e5e991e0db61ab31.zip
Fix Android packaging problem
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4cc48a522ee..0def226925f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,4 +3,5 @@ members = [
"ports/cef",
"ports/geckolib",
"ports/servo",
+ "support/android/build-apk",
]