publish update-binary as a utility
This commit is contained in:
parent
fd1579b7c0
commit
ada3f3ba33
@ -64,3 +64,9 @@ LOCAL_MODULE := updater
|
||||
LOCAL_FORCE_STATIC_EXECUTABLE := true
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
|
||||
file := $(PRODUCT_OUT)/utilities/update-binary
|
||||
ALL_PREBUILT += $(file)
|
||||
$(file) : $(TARGET_OUT)/bin/updater | $(ACP)
|
||||
$(transform-prebuilt-to-target)
|
||||
|
Loading…
Reference in New Issue
Block a user