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

Commit eba15b66 authored by LaMont Jones's avatar LaMont Jones
Browse files

Fix metrics/hostinfo_darwin.

Bug: b/376328967
Test: TH
Change-Id: I59d3f62c8fc98b72f14ddc8b0e63a60ec064d86c
parent e807b1df
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -16,7 +16,9 @@ package metrics
// This file contain code to extract host information on linux from
// /proc/cpuinfo and /proc/meminfo relevant to machine performance

import ()
import (
	"android/soong/finder/fs"
)

func NewCpuInfo(fileSystem fs.FileSystem) (*CpuInfo, error) {
	return &CpuInfo{}, nil