Skip to content

Commit

Permalink
Uprev dependencies
Browse files Browse the repository at this point in the history
- mesa3d to v23.1.3
- AOSP / LineageOS to include 5 JUN 2023 security updates (QPR3)
- dav1d decode library to v1.2.1

Signed-off-by: Roman Stratiienko <[email protected]>
  • Loading branch information
rsglobal committed Jul 4, 2023
1 parent 3fd0e3f commit 09a5419
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions manifests/glodroid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
<!-- gpu+display components (vendor) -->
<project path="glodroid/vendor/minigbm" remote="aosp" name="platform/external/minigbm" groups="glodroid" revision="cf10ab71d8b75ba79fffe580326f0d88edfec323" />
<project path="glodroid/vendor/drm_hwcomposer" remote="aosp" name="platform/external/drm_hwcomposer" groups="glodroid" revision="2bf68c374976d0a7a0e71c1843cbeae2a3210b74" />
<project path="glodroid/vendor/mesa3d" remote="aosp" name="platform/external/mesa3d" groups="glodroid" revision="66b438dca11f79a8e54e558a97dc2d10c6b185d2" />
<project path="glodroid/vendor/mesa3d" remote="aosp" name="platform/external/mesa3d" groups="glodroid" revision="refs/tags/upstream-mesa-23.1.3" />

<!-- camera components (vendor) -->
<project path="glodroid/vendor/libcamera" remote="libcamera" name="libcamera.git" groups="glodroid" revision="b9ecd85ed1fee2e9d715368b24592ad3009131d8" />
<project path="glodroid/vendor/libcamera/subprojects/libyuv" remote="glodroid" name="glodroid_forks.git" groups="glodroid" revision="refs/tags/libyuv-v0.8.2" />
<project path="glodroid/vendor/libcamera/subprojects/libyaml" remote="github" name="yaml/libyaml.git" groups="glodroid" revision="refs/tags/0.2.5" />

<!-- video codecs components (vendor) -->
<project path="glodroid/vendor/dav1d" remote="videolan" name="dav1d.git" groups="glodroid" revision="refs/tags/1.1.0" />
<project path="glodroid/vendor/dav1d" remote="videolan" name="dav1d.git" groups="glodroid" revision="refs/tags/1.2.1" />
<project path="glodroid/vendor/ffmpeg" remote="github" name="FFmpeg/FFmpeg.git" groups="glodroid" revision="refs/tags/n6.0" clone-depth="1" />
<project path="glodroid/vendor/ffmpeg_codec2" remote="glodroid" name="glodroid_forks.git" groups="glodroid" revision="refs/tags/ffmpeg_codec2-2023w14" clone-depth="1" />

Expand All @@ -43,7 +43,7 @@
<project path="glodroid/vendor/glib/subprojects/proxy-libintl" remote="github" name="frida/proxy-libintl.git" groups="glodroid" revision="refs/tags/0.4" />

<!-- other components (vendor) -->
<project path="glodroid/vendor/aospext" remote="glodroid" name="aospext.git" groups="glodroid" revision="11494cf67475d1fd5a55c406248d870def581d06" />
<project path="glodroid/vendor/aospext" remote="glodroid" name="aospext.git" groups="glodroid" revision="03accdcd9e5f4dd08b9d9ad05c7f57ef4137b579" />
<project path="glodroid/vendor/iio-sensors-hal" remote="glodroid" name="glodroid_forks.git" groups="glodroid" revision="refs/tags/iio-sensors-hal-v0.9.0" />
<project path="glodroid/vendor/tinyhal" remote="github" name="CirrusLogic/tinyhal.git" groups="glodroid" revision="9c5df120b33ca51f05d4f997da659111ab63498e" />
<project path="glodroid/vendor/libudev-zero" remote="glodroid" name="glodroid_forks.git" groups="glodroid" revision="refs/tags/libudev_zero-v0.8.2" />
Expand Down
2 changes: 1 addition & 1 deletion unfold_aosp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LOCAL_PATH=$(pwd)

echo Init repo tree using AOSP manifest
pushd aosptree
repo init -u https://android.googlesource.com/platform/manifest -b refs/tags/android-13.0.0_r44
repo init -u https://android.googlesource.com/platform/manifest -b refs/tags/android-platform-13.0.0_r8
cd .repo/manifests
mv default.xml aosp.xml
cp ${LOCAL_PATH}/manifests/glodroid.xml glodroid.xml
Expand Down
2 changes: 1 addition & 1 deletion unfold_lineageos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LOCAL_PATH=$(pwd)

echo Init repo tree using AOSP manifest
pushd aosptree
repo init -u https://github.com/LineageOS/android.git -b 757f405bf66c7d0ece0a1a5ccd474d0b543a10ad
repo init -u https://github.com/LineageOS/android.git -b 2626bcfb15d3fe7741f249c7d53bd8c19aa72341
cd .repo/manifests
mv default.xml lineage.xml
cp ${LOCAL_PATH}/manifests/glodroid.xml glodroid.xml
Expand Down

0 comments on commit 09a5419

Please sign in to comment.