Skip to content
Snippets Groups Projects
Commit 5d0d4f57 authored by Kevin Cheng's avatar Kevin Cheng
Browse files

Update tools/tradefederation/error_prone_rules.mk path.

BUG:36557513
Test: Built successfully with new path.
Change-Id: I81783956a650ee94bfd4e3a961ccafade94f9c83
parent ffcec1bb
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ include $(CLEAR_VARS) ...@@ -20,7 +20,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_JAVACFLAGS += -g -Xlint LOCAL_JAVACFLAGS += -g -Xlint
include tools/tradefederation/error_prone_rules.mk -include tools/tradefederation/core/error_prone_rules.mk
LOCAL_MODULE := loganalysis LOCAL_MODULE := loganalysis
LOCAL_MODULE_TAGS := optional LOCAL_MODULE_TAGS := optional
......
...@@ -20,7 +20,7 @@ include $(CLEAR_VARS) ...@@ -20,7 +20,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_JAVACFLAGS += -g -Xlint LOCAL_JAVACFLAGS += -g -Xlint
include tools/tradefederation/error_prone_rules.mk -include tools/tradefederation/core/error_prone_rules.mk
LOCAL_MODULE := loganalysis-tests LOCAL_MODULE := loganalysis-tests
LOCAL_MODULE_TAGS := optional LOCAL_MODULE_TAGS := optional
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment