aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAllen Hair <allenhair@google.com>2016-08-24 12:48:36 -0700
committerAllen Hair <allenhair@google.com>2016-08-24 12:48:36 -0700
commit0fb1270d9ede289c294b7c48a656e8c8a2105954 (patch)
treefebe6a6a3129c519d34254179ef78444f6b2f83a /Android.mk
parentc18b300f7c9654674af6ee0fc5eb12679c8fb8f8 (diff)
downloadandroid_frameworks_opt_telephony-0fb1270d9ede289c294b7c48a656e8c8a2105954.tar.gz
android_frameworks_opt_telephony-0fb1270d9ede289c294b7c48a656e8c8a2105954.tar.bz2
android_frameworks_opt_telephony-0fb1270d9ede289c294b7c48a656e8c8a2105954.zip
Instrument telephony-common when EMMA_INSTRUMENT_FRAMEWORK is true.
Bug: 28269038 Change-Id: Ia2ccfc9d549608c089b2c3ead24c25df6bdcd1b4
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 449faa00a..7887a369c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -28,6 +28,10 @@ LOCAL_JAVA_LIBRARIES := voip-common ims-common
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := telephony-common
+ifeq ($(EMMA_INSTRUMENT_FRAMEWORK),true)
+LOCAL_EMMA_INSTRUMENT := true
+endif
+
include $(BUILD_JAVA_LIBRARY)
# Include subdirectory makefiles