From ac075190b9a6f10c2f24c3e3d1de035aa0329fa4 Mon Sep 17 00:00:00 2001 From: Guang Zhu Date: Tue, 16 Mar 2010 19:08:54 -0700 Subject: disable emma instrumentation for framework, ext and services When these libraries are instrumented with emma instructions, runtime keeps restarting on native crashes. To acheive a fully emma instrumented build, we need to disable emma instrumentation on these libraries. Change-Id: I914b7b88cfc39eddbf273e653e603d4edfdf5837 --- services/java/Android.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'services/java/Android.mk') diff --git a/services/java/Android.mk b/services/java/Android.mk index 934712cb2ce0..c756d29f104e 100644 --- a/services/java/Android.mk +++ b/services/java/Android.mk @@ -13,7 +13,9 @@ LOCAL_MODULE:= services LOCAL_JAVA_LIBRARIES := android.policy +LOCAL_NO_EMMA_INSTRUMENT := true +LOCAL_NO_EMMA_COMPILE := true + include $(BUILD_JAVA_LIBRARY) include $(BUILD_DROIDDOC) - -- cgit v1.2.3-59-g8ed1b