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

* commit '92ed01274bc434eb2bae157fb98ffe84902e4ee4':
  Strip LOCAL_STATIC_JAVA_AAR_LIBRARIES
This commit is contained in:
Ying Wang 2015-05-28 00:42:40 +00:00 committed by Android Git Automerger
commit caf14b2016
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)