system: vold: Conditionalize build (default on)

Signed-off-by: San Mehat <san@google.com>
This commit is contained in:
San Mehat 2009-12-08 08:55:00 -08:00
parent 45e5ca1c70
commit 1b217b0c6d
1 changed files with 5 additions and 0 deletions

View File

@ -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)