Package restructuring
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>ExoPlayerExt-WebMDemo</name>
|
||||
<name>ExoPlayerDemoMisc-Vp9OpusSw</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
@ -13,13 +13,13 @@
|
||||
// limitations under the License.
|
||||
include ':library'
|
||||
include ':demo'
|
||||
include ':demo-misc-webm-sw'
|
||||
include ':demo-misc-vp9-opus-sw'
|
||||
include ':playbacktests'
|
||||
include ':extension-opus'
|
||||
include ':extension-vp9'
|
||||
include ':extension-okhttp'
|
||||
|
||||
project(':demo-misc-webm-sw').projectDir = new File(settingsDir, 'demo_misc/webm_sw_decoder')
|
||||
project(':demo-misc-vp9-opus-sw').projectDir = new File(settingsDir, 'demo_misc/vp9_opus_sw')
|
||||
project(':extension-opus').projectDir = new File(settingsDir, 'extensions/opus')
|
||||
project(':extension-vp9').projectDir = new File(settingsDir, 'extensions/vp9')
|
||||
project(':extension-okhttp').projectDir = new File(settingsDir, 'extensions/okhttp')
|
||||
|