Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: Makefile

Issue 29509595: Noissue - fix running of native tests on android (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created Aug. 8, 2017, 1:02 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 3e9e9ef1baf121be0e344ab5bb63aa152860d8bd..956930954c6ab4129d9c877f2988554156f840d4 100644
--- a/Makefile
+++ b/Makefile
@@ -123,6 +123,7 @@ android_multi: ${BUILD_V8} ensure_dependencies
BUILDTYPE=Release \
APP_ABI=$(ANDROID_ABI) \
APP_PLATFORM=android-9 \
+ APP_PIE=true \
APP_STL=c++_static \
APP_BUILD_SCRIPT=Makefile \
NDK_PROJECT_PATH=. \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld