From b09b6836d49a568663473d6ba6c45c535992e0b5 Mon Sep 17 00:00:00 2001 From: andrew Date: Tue, 15 Aug 2023 14:52:40 +0930 Subject: [PATCH] Add huawei info to BUILDING.md --- BUILDING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index f88509c68..48b4412dd 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -34,6 +34,12 @@ Setting up a development environment and building from Android Studio 6. Project initialization and building should proceed. 7. Clone submodules with `git submodule update --init --recursive` +If you would like to build the Huawei Flavor with Huawei HMS push notifications you will need to pass 'huawei' as a command line arg to include the required dependencies. + +e.g. `./gradlew assembleHuaweiDebug -Phuawei` + +If you are building in Android Studio then add `-Phuawei` to `Preferences > Build, Execution, Deployment > Gradle-Android Compiler > Command-line Options` + Contributing code -----------------