Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

H11: Fix new location for biometryd #79

Open
wants to merge 1 commit into
base: halium-11.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion snippets/halium.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<linkfile src="." dest="halium/devices" />
</project>
<project path="vendor/halium/audioflingerglue" name="Halium/audioflingerglue" revision="master" />
<project path="vendor/halium/biometryd" name="ubports/core/biometryd" revision="ubports/xenial_-_android9" remote="gitlab" />
<project path="vendor/halium/biometryd" name="ubports/development/core/biometryd" revision="ubports/xenial_-_android9" remote="gitlab" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now the branch should be main for 20.04 and similar changes should also be reflected in platform-api repo below.

#80 probably should also be updated along with Halium 9 and 12 getting PRs (should I submit those?) to do similar changes and hopefully merge all around the same time as they'll likely need manual intervention to fix repo sync after URL/branch change.

<project path="vendor/halium/droidmedia" name="sailfishos/droidmedia" revision="refs/tags/0.20211101.0" />
<project path="vendor/halium/hardware" name="Halium/android_vendor_halium_hardware" revision="halium-10.0" />
<project path="vendor/halium/libhybris" name="Halium/libhybris" revision="halium-11.0" />
Expand Down