Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f759166b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix typo when building aar"

parents 6df0626e 4a5458ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)