Move the video lib to the proper directory.
|
@ -35,8 +35,8 @@ include ':lintchecks'
|
|||
include ':paging'
|
||||
include ':paging-app'
|
||||
include ':core-util'
|
||||
include ':core-util-jvm'
|
||||
include ':glide-config'
|
||||
include ':video'
|
||||
include ':device-transfer'
|
||||
include ':device-transfer-app'
|
||||
include ':image-editor'
|
||||
|
@ -56,10 +56,10 @@ include ':photoview'
|
|||
include ':core-ui'
|
||||
include ':benchmark'
|
||||
include ':microbenchmark'
|
||||
include ':video'
|
||||
include ':video-app'
|
||||
include ':glide-webp'
|
||||
include ':glide-webp-app'
|
||||
include ':core-util-jvm'
|
||||
|
||||
project(':app').name = 'Signal-Android'
|
||||
project(':paging').projectDir = file('paging/lib')
|
||||
|
@ -86,6 +86,9 @@ project(':contacts-app').projectDir = file('contacts/app')
|
|||
project(':qr').projectDir = file('qr/lib')
|
||||
project(':qr-app').projectDir = file('qr/app')
|
||||
|
||||
project(':video').projectDir = file('video/lib')
|
||||
project(':video-app').projectDir = file('video/app')
|
||||
|
||||
project(':glide-webp').projectDir = file('glide-webp/lib')
|
||||
project(':glide-webp-app').projectDir = file('glide-webp/app')
|
||||
|
||||
|
|
0
video-app/.gitignore → video/app/.gitignore
vendored
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 982 B After Width: | Height: | Size: 982 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.6 KiB |