Skip to content

Commit

Permalink
recovery: Include libselinux when building libmake_ext4fs_static
Browse files Browse the repository at this point in the history
Change-Id: Ic5ecc24ef9142b6943703b11680356a781dd6100
  • Loading branch information
Rashed97 authored and Steve Kondik committed Sep 4, 2016
1 parent 2452ff6 commit ccdc92b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ LOCAL_CFLAGS := -Dmain=make_ext4fs_main
LOCAL_SRC_FILES := \
../../system/extras/ext4_utils/make_ext4fs_main.c \
../../system/core/libcutils/canned_fs_config.c
LOCAL_STATIC_LIBRARIES += libselinux
include $(BUILD_STATIC_LIBRARY)

# Minizip static library
Expand Down

0 comments on commit ccdc92b

Please sign in to comment.