aboutsummaryrefslogtreecommitdiffstats
path: root/finder/Android.bp
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/Android.bp
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/Android.bp')
-rw-r--r--finder/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/finder/Android.bp b/finder/Android.bp
index b5c0e130..47b47c9d 100644
--- a/finder/Android.bp
+++ b/finder/Android.bp
@@ -30,7 +30,7 @@ bootstrap_go_package {
"finder_test.go",
],
deps: [
- "soong-fs",
+ "soong-finder-fs",
],
}