Skip to content

Commit

Permalink
build_system: ANDROID_PLATFORM for armeabi as well
Browse files Browse the repository at this point in the history
This means -PIE is enabled.
  • Loading branch information
julianoes committed Feb 11, 2018
1 parent 8e60801 commit 1019d09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ android_armeabi: android_curl
$(call cmake-build, \
-DCMAKE_TOOLCHAIN_FILE=$(ANDROID_TOOLCHAIN_CMAKE) \
-DANDROID_STL:STRING=c++_static \
-DANDROID_ABI=armeabi)
-DANDROID_ABI=armeabi \
-DANDROID_PLATFORM=android-16)

android_armeabi-v7a: android_curl
$(call cmake-build, \
Expand Down

0 comments on commit 1019d09

Please sign in to comment.