system: vold: Conditionalize build (default on)
Signed-off-by: San Mehat <san@google.com>
This commit is contained in:
parent
45e5ca1c70
commit
1b217b0c6d
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
BUILD_VOLD := true
|
||||||
|
ifeq ($(BUILD_VOLD),true)
|
||||||
|
|
||||||
LOCAL_PATH:= $(call my-dir)
|
LOCAL_PATH:= $(call my-dir)
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|
@ -30,3 +33,5 @@ LOCAL_CFLAGS :=
|
||||||
LOCAL_SHARED_LIBRARIES := libcutils
|
LOCAL_SHARED_LIBRARIES := libcutils
|
||||||
|
|
||||||
include $(BUILD_EXECUTABLE)
|
include $(BUILD_EXECUTABLE)
|
||||||
|
|
||||||
|
endif # ifeq ($(BUILD_VOLD),true)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue