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

Commit 061fa27e authored by Simon Wörner's avatar Simon Wörner
Browse files

added gradle clean

parent 8740cf3b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ gmscore_apk := play-services-core/build/outputs/apk/play-services-core-debug.apk
$(LOCAL_PATH)/$(gmscore_apk):
	echo "sdk.dir=$(ANDROID_HOME)" > $(gmscore_dir)/local.properties
	cd $(gmscore_dir) && git submodule update --recursive --init
	cd $(gmscore_dir) && ./gradlew clean
#	cd $(gmscore_dir) && JAVA_TOOL_OPTIONS="$(JAVA_TOOL_OPTIONS) -Dfile.encoding=UTF8" ./gradlew assembleRelease
	cd $(gmscore_dir) && JAVA_TOOL_OPTIONS="$(JAVA_TOOL_OPTIONS) -Dfile.encoding=UTF8" ./gradlew assembleDebug