vendor/cm: Don't be so noisy.

Change-Id: I3aa12c87b4b3e7f3da4fc4971659b981f460872a
This commit is contained in:
Adnan Begovic 2015-08-13 11:20:16 -07:00
parent 72b1d8c955
commit 62869cd7d6
1 changed files with 0 additions and 9 deletions

View File

@ -26,15 +26,6 @@ endif
ifeq ($(strip $(LOCAL_MAVEN_REPO_ID)),)
$(error LOCAL_MAVEN_REPO_ID not defined.)
endif
ifeq ($(strip $(LOCAL_MAVEN_CLASSIFIER)),)
$(info LOCAL_MAVEN_CLASSIFIER not set)
endif
ifeq ($(strip $(LOCAL_MAVEN_SOURCES)),)
$(info LOCAL_MAVEN_SOURCES not set)
endif
ifeq ($(strip $(LOCAL_MAVEN_JAVADOC)),)
$(info LOCAL_MAVEN_JAVADOC not set)
endif
$(full_target): pomfile := $(LOCAL_MAVEN_POM)