Merge "makebootfs: use libcutils shared libraries"
This commit is contained in:
commit
c01445d2e8
|
@ -10,7 +10,7 @@ LOCAL_MODULE := mkbootfs
|
|||
|
||||
LOCAL_CFLAGS := -Werror
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := libcutils
|
||||
LOCAL_SHARED_LIBRARIES := libcutils
|
||||
|
||||
include $(BUILD_HOST_EXECUTABLE)
|
||||
|
||||
|
|
Loading…
Reference in New Issue