From a8d356bc5ec84499ad0b6b74e5e991e0db61ab31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ty=C3=A1s=20Mustoha?= Date: Wed, 7 Dec 2016 12:16:58 +0100 Subject: [PATCH] Fix Android packaging problem --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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", ]