aboutsummaryrefslogtreecommitdiffstats
path: root/finder/finder.go
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-12-21 15:46:01 -0800
committerColin Cross <ccross@android.com>2017-12-22 13:56:17 -0800
commit8d6395c09d868751c85082d71356ad790e924df9 (patch)
treec2a369e5f3d766c609ebd980668d181ddaaf5c39 /finder/finder.go
parent7b60cdd6e5d81ae6e929d61898f4faefb1ddb8e2 (diff)
downloadbuild_soong-8d6395c09d868751c85082d71356ad790e924df9.tar.gz
build_soong-8d6395c09d868751c85082d71356ad790e924df9.tar.bz2
build_soong-8d6395c09d868751c85082d71356ad790e924df9.zip
Move android/soong/fs to android/soong/finder/fs
The fs package is specific to finder, move it inside finder. Bug: 70897635 Test: m checkbuild Change-Id: Ie705f064a832141702a8e87fd59ed75c01018504
Diffstat (limited to 'finder/finder.go')
-rw-r--r--finder/finder.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/finder/finder.go b/finder/finder.go
index 2dd8e0b0..ce174757 100644
--- a/finder/finder.go
+++ b/finder/finder.go
@@ -30,7 +30,7 @@ import (
"sync/atomic"
"time"
- "android/soong/fs"
+ "android/soong/finder/fs"
)
// This file provides a Finder struct that can quickly search for files satisfying