Enable building and running the vold_tests module as part of a

standard build; make it use only static libraries as per documented
limitations of APCT.

Bug: 33384925
Test: This is a test.
Change-Id: I794adbfa3376795120cfbca1e9322093960009b5
gugelfrei
Paul Crowley 8 years ago
parent 6218c51e4b
commit 4315c6a0c3

@ -147,3 +147,5 @@ LOCAL_CFLAGS := $(vold_cflags)
LOCAL_CONLYFLAGS := $(vold_conlyflags)
include $(BUILD_EXECUTABLE)
include $(LOCAL_PATH)/tests/Android.mk

@ -7,11 +7,7 @@ LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_C_INCLUDES := \
system/core/fs_mgr/include
LOCAL_SHARED_LIBRARIES := \
liblog \
libcrypto \
LOCAL_STATIC_LIBRARIES := libvold
LOCAL_STATIC_LIBRARIES := libselinux libvold liblog libcrypto
LOCAL_SRC_FILES := VolumeManager_test.cpp
LOCAL_MODULE := vold_tests
LOCAL_MODULE_TAGS := eng tests

Loading…
Cancel
Save