Skip to content

Commit 9f814ac

Browse files
Ying WangAndroid (Google) Code Review
authored andcommitted
Merge "Remove obsolete variables." into jb-mr1-dev
2 parents 5f9e92f + ddcca31 commit 9f814ac

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

Android.mk

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,6 @@ LOCAL_JAVA_LIBRARIES := bouncycastle core core-junit ext
237237
LOCAL_MODULE := framework
238238
LOCAL_MODULE_CLASS := JAVA_LIBRARIES
239239

240-
LOCAL_NO_EMMA_INSTRUMENT := true
241-
LOCAL_NO_EMMA_COMPILE := true
242-
243240
# List of classes and interfaces which should be loaded by the Zygote.
244241
LOCAL_JAVA_RESOURCE_FILES += $(LOCAL_PATH)/preloaded-classes
245242

@@ -725,9 +722,6 @@ LOCAL_JAVA_RESOURCE_DIRS := $(ext_res_dirs)
725722
LOCAL_MODULE_TAGS := optional
726723
LOCAL_MODULE := ext
727724

728-
LOCAL_NO_EMMA_INSTRUMENT := true
729-
LOCAL_NO_EMMA_COMPILE := true
730-
731725
LOCAL_DX_FLAGS := --core-library
732726

733727
include $(BUILD_JAVA_LIBRARY)

services/java/Android.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ LOCAL_MODULE:= services
1313

1414
LOCAL_JAVA_LIBRARIES := android.policy telephony-common
1515

16-
LOCAL_NO_EMMA_INSTRUMENT := true
17-
LOCAL_NO_EMMA_COMPILE := true
18-
1916
include $(BUILD_JAVA_LIBRARY)
2017

2118
include $(BUILD_DROIDDOC)

0 commit comments

Comments
 (0)