diff options
| author | San Mehat <san@google.com> | 2009-12-08 08:55:00 -0800 |
|---|---|---|
| committer | San Mehat <san@google.com> | 2009-12-08 08:55:00 -0800 |
| commit | 1b217b0c6d36b7f6f550f45d2b694b0f154a22b7 (patch) | |
| tree | 326cf2f3e1cf2f12d8db98f01b9c82523f543267 /vold | |
| parent | 45e5ca1c7047b20d36bd31b30b7d2a4786baab0f (diff) | |
| download | system_core-1b217b0c6d36b7f6f550f45d2b694b0f154a22b7.zip system_core-1b217b0c6d36b7f6f550f45d2b694b0f154a22b7.tar.gz system_core-1b217b0c6d36b7f6f550f45d2b694b0f154a22b7.tar.bz2 | |
system: vold: Conditionalize build (default on)
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'vold')
| -rw-r--r-- | vold/Android.mk | 5 |
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) |
