From b9539d3bdeafa2975ddae4ab8a407cd58724eb05 Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Tue, 3 May 2022 13:57:36 +0800 Subject: [PATCH] sdm845Pkg: Library: update submodule SimpleInit --- build.sh | 6 ------ sdm845Pkg/Library/SimpleInit | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/build.sh b/build.sh index ec78cab..a443108 100755 --- a/build.sh +++ b/build.sh @@ -160,13 +160,7 @@ then set -e popd pushd sdm845Pkg/Library/SimpleInit git submodule set-url libs/lvgl https://hub.fastgit.xyz/lvgl/lvgl.git - git submodule set-url libs/lodepng https://hub.fastgit.xyz/lvandeve/lodepng.git git submodule set-url libs/freetype https://hub.fastgit.xyz/freetype/freetype.git - git submodule set-url libs/nanosvg https://hub.fastgit.xyz/memononen/nanosvg.git - git submodule set-url libs/mxml https://hub.fastgit.xyz/michaelrsweet/mxml.git - git submodule set-url libs/json-c https://hub.fastgit.xyz/json-c/json-c.git - git submodule set-url libs/stb https://hub.fastgit.xyz/nothings/stb.git - git submodule set-url libs/lua https://hub.fastgit.xyz/lua/lua.git git submodule init;git submodule update popd git checkout .gitmodules diff --git a/sdm845Pkg/Library/SimpleInit b/sdm845Pkg/Library/SimpleInit index ff241fe..4316600 160000 --- a/sdm845Pkg/Library/SimpleInit +++ b/sdm845Pkg/Library/SimpleInit @@ -1 +1 @@ -Subproject commit ff241fe9f229cd5cae484b284ede4c993d016384 +Subproject commit 4316600f43b501439a020879dfd961609ef2b53b -- 2.45.2