Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
Improve the regex to find maps.jar in profile 19.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed Apr 29, 2014
1 parent b4f62bd commit ab67f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GoogleMaps/bindings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ API_DESCRIPTIONS := $(call get-descriptions-to-merge,$(lastword $(API_LEVELS)

$(API_DESCRIPTIONS_IN): obj/android-%/api.xml.in: $(MCW_GEN)
-mkdir -p obj/android-$*
jar=`find $(ANDROID_SDK_PATH)/ -regex '.*addon-google_apis-google\(_inc_\)*-$*/libs/maps.jar' | grep '\<$*\>'`;\
jar=`find $(ANDROID_SDK_PATH)/ -regex '.*addon-google_apis-google\(_inc_\)*-$*\(-1\)/libs/maps.jar' | grep '\<$*\>'`;\
if [ ! -f "$$jar" ]; then \
echo "Please install the \"Android (API $(API_LEVELS)) > Google APIs by Google Inc.\" package within the \`android\` utility to build GoogleMaps." ; \
exit 1; \
Expand Down

0 comments on commit ab67f0b

Please sign in to comment.