Skip to content

Commit

Permalink
recovery: fstools: symlink sgdisk so we can actually use it
Browse files Browse the repository at this point in the history
Change-Id: Id5c5fb2f95fb5f2577493311c9cb252ab47c98d2
  • Loading branch information
tdmcyngn authored and ryzenforce990 committed Sep 4, 2016
1 parent 82f653a commit 82b7215
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fstools/Android.mk
Expand Up @@ -56,6 +56,9 @@ FSTOOLS_LINKS := \
fsck.ntfs mkfs.ntfs mount.ntfs \
mkfs.f2fs fsck.f2fs

FSTOOLS_LINKS += \
sgdisk

LOCAL_POST_INSTALL_CMD := \
$(hide) $(foreach t,$(FSTOOLS_LINKS),ln -sf fstools $(TARGET_RECOVERY_ROOT_OUT)/sbin/$(t);)
include $(BUILD_EXECUTABLE)
Expand Down

0 comments on commit 82b7215

Please sign in to comment.