summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deymo <deymo@chromium.org>2015-09-28 23:54:22 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-09-28 23:54:22 +0000
commite97dc33455ccd7f32515ab06b3060b697731fc8a (patch)
tree36f897c2dbae9aebe86f02967a25406cb6fc8cf5
parent6aebcdf691f9167f47d8a40082ab413c05efc389 (diff)
parent4384370cec4c917dd5d093546ac524b13e8d7dba (diff)
downloadbsdiff-e97dc33455ccd7f32515ab06b3060b697731fc8a.tar.gz
am 4384370c: bsdiff: Don\'t install delta_generator tools on the device.
* commit '4384370cec4c917dd5d093546ac524b13e8d7dba': bsdiff: Don't install delta_generator tools on the device.
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e85d277..a1aa54e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,10 @@
-BINARIES = bsdiff bspatch
+# Default options
+USE_BSDIFF ?= y
+
+BINARIES-y = bspatch
+BINARIES-$(USE_BSDIFF) += bsdiff
+
+BINARIES += $(BINARIES-y)
INSTALL = install
CFLAGS += -O3 -Wall -Werror