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

Unified Diff: Makefile

Issue 4892505308921856: Issue 297 - Libadblockplus builds broken on OS X (Closed)
Patch Set: Created April 10, 2014, 2:47 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
===================================================================
--- a/Makefile
+++ b/Makefile
@@ -26,17 +26,17 @@ v8_android:
mkdir -p third_party/v8/build/gyp
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
android: v8_android
GYP_DEFINES="${ANDROID_PARAMETERS}" \
- third_party/gyp/gyp --depth=. -f make -I common.gypi --generator-output=build -Gandroid_ndk_version=r9 libadblockplus.gyp
+ third_party/gyp/gyp --depth=. -f make-android -I common.gypi --generator-output=build -Gandroid_ndk_version=r9 libadblockplus.gyp
ndk-build -C build installed_modules \
BUILDTYPE=Release \
APP_PLATFORM=android-9 \
APP_STL=gnustl_static \
APP_BUILD_SCRIPT=Makefile \
NDK_PROJECT_PATH=. \
NDK_OUT=. \
NDK_APP_DST_DIR=android_arm.release
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld