commit | 8d6395c09d868751c85082d71356ad790e924df9 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Dec 21 15:46:01 2017 -0800 |
committer | Colin Cross <ccross@android.com> | Fri Dec 22 13:56:17 2017 -0800 |
tree | c2a369e5f3d766c609ebd980668d181ddaaf5c39 | |
parent | 7b60cdd6e5d81ae6e929d61898f4faefb1ddb8e2 [diff] [blame] |
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
diff --git a/finder/Android.bp b/finder/Android.bp index b5c0e13..47b47c9 100644 --- a/finder/Android.bp +++ b/finder/Android.bp
@@ -30,7 +30,7 @@ "finder_test.go", ], deps: [ - "soong-fs", + "soong-finder-fs", ], }