mkbootfs: move fs_config to libcutils
Bug: 19908228 Change-Id: Ic843b32f575825dc89cd9fa15dc0619bc397ce82
This commit is contained in:
parent
c7cddffa14
commit
d5cd3778cd
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue