Skip to content

Commit e3b0e87

Browse files
committed
Fix APK name
* APK'sśname when built with gradle will have the name of the source folder.
1 parent bdf3c1f commit e3b0e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LOCAL_PACKAGE_NAME := NominatimNlpBackend
99
nominatim_root := $(LOCAL_PATH)
1010
nominatim_out := $(OUT_DIR)/target/common/obj/APPS/$(LOCAL_MODULE)_intermediates
1111
nominatim_build := $(nominatim_root)/build
12-
nominatim_apk := build/outputs/apk/NominatimNlpBackend-release-unsigned.apk
12+
nominatim_apk := build/outputs/apk/NominatimGeocoderBackend-release-unsigned.apk
1313

1414
$(nominatim_root)/$(nominatim_apk):
1515
rm -Rf $(nominatim_build)

0 commit comments

Comments
 (0)