forked from openkylin/platform_build
Don't install afar and dexpreopt-wrapper on system while building tests.
This commit is contained in:
parent
edb6829f83
commit
802965380c
|
@ -24,6 +24,6 @@ LOCAL_C_INCLUDES := external/zlib
|
|||
LOCAL_SHARED_LIBRARIES := libz
|
||||
|
||||
LOCAL_MODULE := afar
|
||||
LOCAL_MODULE_TAGS := tests
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
|
|
@ -31,6 +31,6 @@ LOCAL_SHARED_LIBRARIES := \
|
|||
|
||||
LOCAL_MODULE := dexopt-wrapper
|
||||
|
||||
LOCAL_MODULE_TAGS := tests
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
|
Loading…
Reference in New Issue