Skip to content

Commit

Permalink
fix dirty build
Browse files Browse the repository at this point in the history
Signed-off-by: steadfasterX <[email protected]>
  • Loading branch information
steadfasterX committed Apr 26, 2021
1 parent 751173a commit 1febdef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shrp/shrpEnv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ SHRP_META_DATA_DIR=$OUT/zip/META-INF
RECOVERY_IMG=$OUT/recovery.img
RECOVERY_RAM=$OUT/ramdisk-recovery.cpio

if [ "$IS_OFFICIAL" == "1" ]; then
if [ "$IS_OFFICIAL" == "1" ] && [ "$SHRP_OFFICIAL" == "true" ]; then
XSTATUS=Official
else
XSTATUS=Unofficial
Expand Down

0 comments on commit 1febdef

Please sign in to comment.