am 45c8b574: am b5f59372: am 30a411f0: am 58b3ee28: am 12f44975: Strip LOCAL_STATIC_JAVA_AAR_LIBRARIES

* commit '45c8b574b63e3f79446a10e98001f96302b17179':
  Strip LOCAL_STATIC_JAVA_AAR_LIBRARIES
This commit is contained in:
Ying Wang 2015-05-28 00:18:27 +00:00 committed by Android Git Automerger
commit 92ed01274b
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ my_full_libs_manifest_files := $(LOCAL_FULL_LIBS_MANIFEST_FILES)
my_full_libs_manifest_deps := $(LOCAL_FULL_LIBS_MANIFEST_FILES)
# Set up dependency on aar libraries
LOCAL_STATIC_JAVA_AAR_LIBRARIES := $(strip $(LOCAL_STATIC_JAVA_AAR_LIBRARIES))
ifdef LOCAL_STATIC_JAVA_AAR_LIBRARIES
my_full_libs_manifest_deps += $(foreach lib, $(LOCAL_STATIC_JAVA_AAR_LIBRARIES),\
$(call intermediates-dir-for,JAVA_LIBRARIES,$(lib),,COMMON)/aar/classes.jar)