commit | 9f6da315aa85a9f6d5e02a2b9f5abb7de3799ef7 | [log] [tgz] |
---|---|---|
author | Jeff Gaston <jeffrygaston@google.com> | Wed Aug 09 18:35:15 2017 -0700 |
committer | Jeff Gaston <jeffrygaston@google.com> | Thu Aug 10 14:22:16 2017 -0700 |
tree | d105e4fe889a023a4d56dc68954af49a2cf2c159 | |
parent | f1fd45e7848bd5a0be26ee61579d110637449930 [diff] [blame] |
Darwin support for Finder Bug: 62455338 Test: m -j # while on Mac Change-Id: Ib63e8e10bddcb3b507878364218273e8a5a8aa82
diff --git a/fs/Android.bp b/fs/Android.bp index 68cb88d..f4706ca 100644 --- a/fs/Android.bp +++ b/fs/Android.bp
@@ -22,6 +22,15 @@ srcs: [ "fs.go", ], + darwin: { + srcs: [ + "fs_darwin.go", + ], + }, + linux: { + srcs: [ + "fs_linux.go", + ], + }, } -