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

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

Issue 29678581: Issue 6000 - Rename "libadblockplus-android" (Closed)
Patch Set: Created Jan. 24, 2018, 6:53 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 114
115 ifeq ($(SHARED_V8_LIB_FILENAMES),) 115 ifeq ($(SHARED_V8_LIB_FILENAMES),)
116 # static 116 # static
117 LOCAL_STATIC_LIBRARIES += v8-base v8-snapshot v8-libsampler v8-libbase 117 LOCAL_STATIC_LIBRARIES += v8-base v8-snapshot v8-libsampler v8-libbase
118 else 118 else
119 # dynamic 119 # dynamic
120 LOCAL_STATIC_LIBRARIES += $(SHARED_V8_LIB_FILENAMES) 120 LOCAL_STATIC_LIBRARIES += $(SHARED_V8_LIB_FILENAMES)
121 endif 121 endif
122 122
123 include $(BUILD_SHARED_LIBRARY) 123 include $(BUILD_SHARED_LIBRARY)
OLDNEW

Powered by Google App Engine
This is Rietveld