am eaa8432d: am 1b217b0c: system: vold: Conditionalize build (default on)
Merge commit 'eaa8432d3f5495f19a06836501d7538211529d98'
* commit 'eaa8432d3f5495f19a06836501d7538211529d98':
system: vold: Conditionalize build (default on)
diff --git a/vold/Android.mk b/vold/Android.mk
index 3dd9f87..60d6026 100644
--- a/vold/Android.mk
+++ b/vold/Android.mk
@@ -1,3 +1,6 @@
+BUILD_VOLD := true
+ifeq ($(BUILD_VOLD),true)
+
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -30,3 +33,5 @@
LOCAL_SHARED_LIBRARIES := libcutils
include $(BUILD_EXECUTABLE)
+
+endif # ifeq ($(BUILD_VOLD),true)