Merge "Remove duplicate includes of BUILD_NOTICE_FILE"
This commit is contained in:
commit
3db143c452
3 changed files with 0 additions and 15 deletions
|
@ -131,8 +131,3 @@ $(eval $(call copy-one-file,$(LOCAL_FULL_CLASSES_JACOCO_JAR),$(full_classes_jar)
|
|||
ifeq ($(TURBINE_ENABLED),false)
|
||||
$(eval $(call copy-one-file,$(LOCAL_FULL_CLASSES_JACOCO_JAR),$(full_classes_header_jar)))
|
||||
endif
|
||||
|
||||
#######################################
|
||||
# Capture deps added after base_rules.mk
|
||||
include $(BUILD_NOTICE_FILE)
|
||||
#######################################
|
||||
|
|
|
@ -258,8 +258,3 @@ ifdef LOCAL_PREBUILT_COVERAGE_ARCHIVE
|
|||
endif
|
||||
|
||||
SOONG_ALREADY_CONV += $(LOCAL_MODULE)
|
||||
|
||||
#######################################
|
||||
# Capture deps added after base_rules.mk
|
||||
include $(BUILD_NOTICE_FILE)
|
||||
#######################################
|
||||
|
|
|
@ -209,8 +209,3 @@ $(my_exported_sdk_libs_file):
|
|||
$(hide) touch $@)
|
||||
|
||||
SOONG_ALREADY_CONV += $(LOCAL_MODULE)
|
||||
|
||||
#######################################
|
||||
# Capture deps added after base_rules.mk
|
||||
include $(BUILD_NOTICE_FILE)
|
||||
#######################################
|
||||
|
|
Loading…
Reference in a new issue