diff options
author | Mátyás Mustoha <mmatyas@inf.u-szeged.hu> | 2016-12-07 12:16:58 +0100 |
---|---|---|
committer | Mátyás Mustoha <mmatyas@inf.u-szeged.hu> | 2016-12-07 12:16:58 +0100 |
commit | a8d356bc5ec84499ad0b6b74e5e991e0db61ab31 (patch) | |
tree | 193925d6973f8492653fc840b3d971c50f1bdc74 /Cargo.toml | |
parent | 4e0638b9b744fc014a11691451839fb7ff1ab464 (diff) | |
download | servo-a8d356bc5ec84499ad0b6b74e5e991e0db61ab31.tar.gz servo-a8d356bc5ec84499ad0b6b74e5e991e0db61ab31.zip |
Fix Android packaging problem
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
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", ] |