Loading services/tests/servicestests/Android.mk +5 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,11 @@ LOCAL_JNI_SHARED_LIBRARIES := libservicestestsjni \ LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk # Code coverage puts us over the dex limit, so enable multi-dex for coverage-enabled builds ifeq (true,$(EMMA_INSTRUMENT)) LOCAL_JACK_FLAGS := --multi-dex native endif # EMMA_INSTRUMENT_STATIC include $(BUILD_PACKAGE) ######################################################################### Loading Loading
services/tests/servicestests/Android.mk +5 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,11 @@ LOCAL_JNI_SHARED_LIBRARIES := libservicestestsjni \ LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk # Code coverage puts us over the dex limit, so enable multi-dex for coverage-enabled builds ifeq (true,$(EMMA_INSTRUMENT)) LOCAL_JACK_FLAGS := --multi-dex native endif # EMMA_INSTRUMENT_STATIC include $(BUILD_PACKAGE) ######################################################################### Loading