Merge "mkbootfs: move fs_config to libcutils"

This commit is contained in:
Mark Salyzyn 2015-04-02 21:46:41 +00:00 committed by Gerrit Code Review
commit 34efe4cf1a
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ LOCAL_MODULE := mkbootfs
LOCAL_CFLAGS := -Werror
LOCAL_STATIC_LIBRARIES := libcutils
include $(BUILD_HOST_EXECUTABLE)
$(call dist-for-goals,dist_files,$(LOCAL_BUILT_MODULE))