[storage] initial work to move storage.Path statics out of storage module and into core utils

TODO: move native storage code into utils
TODO: move utils module into core
This commit is contained in:
Salakar
2019-07-22 09:14:21 +01:00
parent 72a4dc0fb6
commit c7c304e599
23 changed files with 1175 additions and 1025 deletions

View File

@@ -28,13 +28,12 @@ def firebasePackages = [
'fiam',
'iid',
'invites',
'links',
'dynamic-links',
'messaging',
'ml-natural-language',
'ml-vision',
'storage',
'perf',
'links',
'utils'
]