Merge "makebootfs: use libcutils shared libraries"
This commit is contained in:
commit
c01445d2e8
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ LOCAL_MODULE := mkbootfs
|
||||||
|
|
||||||
LOCAL_CFLAGS := -Werror
|
LOCAL_CFLAGS := -Werror
|
||||||
|
|
||||||
LOCAL_STATIC_LIBRARIES := libcutils
|
LOCAL_SHARED_LIBRARIES := libcutils
|
||||||
|
|
||||||
include $(BUILD_HOST_EXECUTABLE)
|
include $(BUILD_HOST_EXECUTABLE)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue