We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64c1a7 commit bd19028Copy full SHA for bd19028
boot-switcher/META-INF/com/google/android/update-binary
@@ -31,6 +31,7 @@ ROOT="/data/.stowaways/sailfishos"
31
# >>> Sanity checks >>>
32
33
# Device
34
+[ -z "$CURRENT_DEVICE" ] && CURRENT_DEVICE=`getprop ro.build.product`
35
echo $TARGET_DEVICES | grep -q $CURRENT_DEVICE || abort 7 "This package is for '$TARGET_DEVICES' devices; this is a '$CURRENT_DEVICE'."
36
37
# Treble
0 commit comments