Merge "Fix typo when building aar"
This commit is contained in:
commit
f759166bb8
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ $(built_aar) : $(aar_classes_jar) $(full_android_manifest)
|
|||
$(hide) $(foreach res,$(PRIVATE_RESOURCE_DIR),cp -Rfn $(res)/* $(dir $@)aar/res;)
|
||||
$(hide) cp $(PRIVATE_R_TXT) $(dir $@)aar/R.txt
|
||||
$(hide) $(JAR) -cMf $@ \
|
||||
$(call jar-args-sorted-files-in-directory,(dir $@)aar)
|
||||
$(call jar-args-sorted-files-in-directory,$(dir $@)aar)
|
||||
|
||||
# Register the aar file.
|
||||
ALL_MODULES.$(LOCAL_MODULE).AAR := $(built_aar)
|
||||
|
|
Loading…
Reference in a new issue