ddcca31997
Bug: 6987838 Now emma is only enabled for apks. Change-Id: Id8d198467076a8dff705195a8e051f3fb00d5660
19 lines
429 B
Makefile
19 lines
429 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
|
|
# the library
|
|
# ============================================================
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_SRC_FILES := \
|
|
$(call all-subdir-java-files) \
|
|
com/android/server/EventLogTags.logtags \
|
|
com/android/server/am/EventLogTags.logtags
|
|
|
|
LOCAL_MODULE:= services
|
|
|
|
LOCAL_JAVA_LIBRARIES := android.policy telephony-common
|
|
|
|
include $(BUILD_JAVA_LIBRARY)
|
|
|
|
include $(BUILD_DROIDDOC)
|