Skip to content

Commit

Permalink
Change the location of GmsCore apk
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Hunault authored and mar-v-in committed May 30, 2018
1 parent 40d6bf7 commit fca83ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gmscore_root := $(LOCAL_PATH)
gmscore_dir := play-services-core
gmscore_out := $(TARGET_COMMON_OUT_ROOT)/obj/APPS/$(LOCAL_MODULE)_intermediates
gmscore_build := $(gmscore_root)/$(gmscore_dir)/build
gmscore_apk := build/outputs/apk/play-services-core-release-unsigned.apk
gmscore_apk := build/outputs/apk/release/play-services-core-release-unsigned.apk

$(gmscore_root)/$(gmscore_dir)/$(gmscore_apk):
rm -Rf $(gmscore_build)
Expand Down

0 comments on commit fca83ba

Please sign in to comment.