From ada3f3ba33bb4bd87bc9e8a80c935013434ae2c0 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Sat, 1 May 2010 21:30:55 -0700 Subject: [PATCH] publish update-binary as a utility --- updater/Android.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/updater/Android.mk b/updater/Android.mk index d4a4e33..319ebe2 100644 --- a/updater/Android.mk +++ b/updater/Android.mk @@ -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)