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

Unverified Commit add45a5a authored by Adnan Begovic's avatar Adnan Begovic Committed by Michael Bestas
Browse files

build: Fix manual invocation of aar targets.

Change-Id: Ic5a4980d1d45df24f6242e31fdfd86543f56e19c
TICKET: RM-232
parent e948322d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ $(built_aar) : $(full_classes_jar) $(full_android_manifest)
	$(hide) cp $(PRIVATE_R_TXT) $(dir $@)aar/R.txt
	$(hide) if [ ! -z "$(PRIVATE_CONSUMER_PROGUARD_FILE)" ]; then \
			echo "Including '$(PRIVATE_CONSUMER_PROGUARD_FILE)'"; \
			$(hide) cp $(PRIVATE_CONSUMER_PROGUARD_FILE) $(dir $@)aar/proguard.txt; fi
			cp $(PRIVATE_CONSUMER_PROGUARD_FILE) $(dir $@)aar/proguard.txt; fi
	$(hide) jar -cMf $@ \
	  -C $(dir $@)aar .