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

Side by Side Diff: adblock-android/jni/Android.mk

Issue 29782630: Issue 6000 - Rename "libadblockplus-android" (Closed)
Patch Set: Created May 15, 2018, 9:30 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « adblock-android/build.gradle ('k') | adblock-android/jni/Application.mk » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 LOCAL_PATH := $(call my-dir) 1 LOCAL_PATH := $(call my-dir)
2 2
3 # SHARED_V8_LIB_DIR is expected to be full absolute path if set by user 3 # SHARED_V8_LIB_DIR is expected to be full absolute path if set by user
4 ifeq ($(SHARED_V8_LIB_DIR),) 4 ifeq ($(SHARED_V8_LIB_DIR),)
5 # default 5 # default
6 SHARED_V8_LIB_DIR := ./libadblockplus-binaries 6 SHARED_V8_LIB_DIR := ./libadblockplus-binaries
7 SHARED_V8_INCLUDE_DIR := jni/libadblockplus-binaries/include/ 7 SHARED_V8_INCLUDE_DIR := jni/libadblockplus-binaries/include/
8 else 8 else
9 # set by user 9 # set by user
10 $(info [Configuration] Using shared v8 libraries directory $(SHARED_V8_LIB_DIR )) 10 $(info [Configuration] Using shared v8 libraries directory $(SHARED_V8_LIB_DIR ))
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 116
117 ifeq ($(SHARED_V8_LIB_FILENAMES),) 117 ifeq ($(SHARED_V8_LIB_FILENAMES),)
118 # static 118 # static
119 LOCAL_STATIC_LIBRARIES += v8-base v8-snapshot v8-libsampler v8-libbase 119 LOCAL_STATIC_LIBRARIES += v8-base v8-snapshot v8-libsampler v8-libbase
120 else 120 else
121 # dynamic 121 # dynamic
122 LOCAL_STATIC_LIBRARIES += $(SHARED_V8_LIB_FILENAMES) 122 LOCAL_STATIC_LIBRARIES += $(SHARED_V8_LIB_FILENAMES)
123 endif 123 endif
124 124
125 include $(BUILD_SHARED_LIBRARY) 125 include $(BUILD_SHARED_LIBRARY)
OLDNEW
« no previous file with comments | « adblock-android/build.gradle ('k') | adblock-android/jni/Application.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld