Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a0a6424 authored by Jesse Melhuish's avatar Jesse Melhuish Committed by Jesse Melhuish
Browse files

Floss: Fix missing time import for build script

Bug: 233123814
Tag: #floss
Test: manual
Change-Id: I26b061a6607e2fc5ff3eeb198bc87b05df49edc6
parent 072c7a07
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ import argparse
import os
import sys
import subprocess
import time

SRC_MOUNT = "/root/src"