Skip to content

Commit c2d81ac

Browse files
committed
[Chore] (All): Improve project code structure.
1 parent 12f0d04 commit c2d81ac

270 files changed

Lines changed: 13 additions & 141 deletions

File tree

Some content is hidden

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

.gitmodules

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
[submodule "src/main/cpp/3rdparty/perfetto"]
2-
path = src/main/cpp/3rdparty/perfetto
1+
[submodule "MobileGlues-cpp/3rdparty/perfetto"]
2+
path = MobileGlues-cpp/3rdparty/perfetto
33
url = https://android.googlesource.com/platform/external/perfetto
4-
[submodule "src/main/cpp/3rdparty/xxhash"]
5-
path = src/main/cpp/3rdparty/xxhash
4+
[submodule "MobileGlues-cpp/3rdparty/xxhash"]
5+
path = MobileGlues-cpp/3rdparty/xxhash
66
url = https://github.com/stbrumme/xxhash.git
7-
[submodule "src/main/cpp/3rdparty/glm"]
8-
path = src/main/cpp/3rdparty/glm
7+
[submodule "MobileGlues-cpp/3rdparty/glm"]
8+
path = MobileGlues-cpp/3rdparty/glm
99
url = https://github.com/g-truc/glm.git
10-
[submodule "src/main/cpp/include/FastSTL"]
11-
path = src/main/cpp/include/FastSTL
10+
[submodule "MobileGlues-cpp/include/FastSTL"]
11+
path = MobileGlues-cpp/include/FastSTL
1212
url = https://github.com/MobileGL-Dev/FastSTL.git

MobileGlues-cpp/3rdparty/glm

Submodule glm added at e7970a8

MobileGlues-cpp/3rdparty/perfetto

Submodule perfetto added at 40b5299

0 commit comments

Comments
 (0)