From 71af5fb3d0e43bdc00e9eb47095507bab23d6bd7 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 23 Apr 2020 16:55:35 -0400 Subject: [PATCH] add explanation for starting the build process --- static/build.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/build.html b/static/build.html index 1b9c9bd1..3692b3d6 100644 --- a/static/build.html +++ b/static/build.html @@ -400,6 +400,8 @@ mv vendor/android-prepare-vendor/DEVICE/BUILD_ID/vendor/google_devices/* vendor/
rm -r out
+

Next, start the build process with the m command:

+
m target-files-package

For an emulator build, always use the development build approach below.