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

Unified Diff: Makefile

Issue 11018003: Filter changed callback (Closed)
Patch Set: Created June 18, 2013, 11:42 a.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 | include/AdblockPlus/FilterEngine.h » ('j') | include/AdblockPlus/FilterEngine.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
===================================================================
--- a/Makefile
+++ b/Makefile
@@ -21,13 +21,13 @@
cp -f third_party/v8_gyp_launcher third_party/v8/build/gyp/gyp
DEFINES="${ANDROID_PARAMETERS}" \
OUTDIR=../../build \
- $(MAKE) -C third_party/v8 android_arm.release
+ $(MAKE) -C third_party/v8 android_arm.debug
Andrey Novikov 2013/06/18 11:48:28 Disregard these file changes, it's for debugging p
Wladimir Palant 2013/06/18 15:02:15 I hope you won't check them in then :)
android: v8_android
GYP_DEFINES="${ANDROID_PARAMETERS}" \
third_party/gyp/gyp --depth=. -f make -I common.gypi --generator-output=build -Gandroid_ndk_version=r8e libadblockplus.gyp
ndk-build -C build installed_modules \
- BUILDTYPE=Release \
+ BUILDTYPE=Debug \
APP_PLATFORM=android-9 \
APP_STL=gnustl_static \
APP_BUILD_SCRIPT=Makefile \
« no previous file with comments | « no previous file | include/AdblockPlus/FilterEngine.h » ('j') | include/AdblockPlus/FilterEngine.h » ('J')

Powered by Google App Engine
This is Rietveld