Skip to content

Commit 8bb1443

Browse files
committed
Update build system
1 parent 8208c7b commit 8bb1443

File tree

87 files changed

+6658
-1053
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+6658
-1053
lines changed

.gitmodules

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
url = https://github.com/lz4/lz4
2323
shallow = true
2424
[submodule "androidx-media"]
25-
path = thirdparty/androidx-media
25+
path = thirdparty/androidx-media/legacy
2626
url = https://github.com/androidx/media
2727
shallow = true
2828
branch = release
@@ -129,3 +129,9 @@
129129
[submodule "rtc_third_party"]
130130
path = app/jni/third_party/webrtc_deps/third_party
131131
url = https://chromium.googlesource.com/chromium/src/third_party
132+
[submodule "thirdparty/androidx-media/latest"]
133+
path = thirdparty/androidx-media/latest
134+
url = https://github.com/androidx/media
135+
[submodule "thirdparty/androidx-media/lollipop"]
136+
path = thirdparty/androidx-media/lollipop
137+
url = https://github.com/androidx/media

0 commit comments

Comments
 (0)