From c696a781cf521475111eba1f03227c241d2b1ae7 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 9 Aug 2019 09:44:16 -0400 Subject: [PATCH] note on emulator builds --- static/build.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/build.html b/static/build.html index 6833eee3..4b5750bf 100644 --- a/static/build.html +++ b/static/build.html @@ -441,6 +441,8 @@ mv vendor/android-prepare-vendor/DEVICE/BUILD_ID/vendor/google_devices/* vendor/
make target-files-package -j20
+

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

+

Faster builds for development use only