istereo2
diff android/Makefile @ 26:64ca672a79dc
fixed orientation to either left or right landscape
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 05 Oct 2015 06:11:54 +0300 |
parents | a9f2d30f7e8e |
children |
line diff
1.1 --- a/android/Makefile Mon Oct 05 06:00:16 2015 +0300 1.2 +++ b/android/Makefile Mon Oct 05 06:11:54 2015 +0300 1.3 @@ -101,7 +101,7 @@ 1.4 $(MAKE) update-project 1.5 1.6 .PHONY: update-project 1.7 -update-project: build.xml 1.8 +update-project: build.xml google-play-services_lib 1.9 android update project -p . -t $(android_platform) --library google-play-services_lib --subprojects 1.10 1.11 .PHONY: logcat