Skip to content

Commit 830fba9

Browse files
committed
xiaomi-sagit: add hwcrypt and drop storeman
1 parent c1adc2c commit 830fba9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

device/xiaomi-sagit/env.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PORT_ARCH=aarch64
77
SOC=qcom
88
PORT_TYPE=hybris
99
HYBRIS_VER=17.1
10-
HAL_MAKE_TARGETS=(hybris-hal droidmedia libbiometry_fp_api)
10+
HAL_MAKE_TARGETS=(hybris-hal droidmedia libbiometry_fp_api hwcrypt)
1111
RELEASE=4.4.0.58
1212
#TOOLING_RELEASE=$RELEASE
1313
#SDK_RELEASE=3.9.6
@@ -22,6 +22,7 @@ REPOS_COMMON=(
2222
'https://github.com/sailfishos-sagit/hybris-boot.git' hybris/hybris-boot '' 1
2323
'https://github.com/sailfishos-sagit/hybris-installer.git' hybris/hybris-installer '' 1
2424
'https://github.com/sailfishos-open/sailfish-fpd-community.git' hybris/mw/sailfish-fpd-community '' 1
25+
'https://github.com/sailfishos-open/hwcrypt.git' hybris/mw/hwcrypt '' 1
2526
)
2627
REPOS=(
2728
# Shared between sagit
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Additional MW for extra functionality on Xiaomi MI 6 devices
2-
sfb_build_packages --mw=https://github.com/mentaljam/harbour-storeman.git && \
3-
sfb_build_packages --mw=sailfish-fpd-community --spec=rpm/droid-biometry-fp.spec --spec=rpm/sailfish-fpd-community.spec
2+
sfb_build_packages --mw=sailfish-fpd-community --spec=rpm/droid-biometry-fp.spec --spec=rpm/sailfish-fpd-community.spec && \
3+
sfb_build_packages --mw=hwcrypt --spec=rpm/droid-hwcrypt.spec

0 commit comments

Comments
 (0)