Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cea12d8d authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Enable multi-dex for dx am: 6b13ebc7

am: 5853282f

Change-Id: I7f7e5ed3a25e407f5ee5df1f1391014676673bdc
parents 5165de58 5853282f
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
LOCAL_JAVA_LIBRARIES := android.test.runner

LOCAL_JACK_FLAGS := --multi-dex native
LOCAL_DX_FLAGS := --multi-dex

LOCAL_PACKAGE_NAME := FrameworksNotificationTests
LOCAL_COMPATIBILITY_SUITE := device-tests
@@ -51,9 +52,4 @@ LOCAL_JNI_SHARED_LIBRARIES := \

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)