summaryrefslogtreecommitdiffstats
path: root/vold
diff options
context:
space:
mode:
Diffstat (limited to 'vold')
-rw-r--r--vold/Android.mk5
1 files changed, 5 insertions, 0 deletions
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_CFLAGS :=
LOCAL_SHARED_LIBRARIES := libcutils
include $(BUILD_EXECUTABLE)
+
+endif # ifeq ($(BUILD_VOLD),true)