Skip to content

Commit 83e4f63

Browse files
author
minggo
committed
Merge pull request #46 from andyque/v3
add lib prefix to protobuf-lite
2 parents 57085cb + bec477b commit 83e4f63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protobuf-lite/Android.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include $(CLEAR_VARS)
44

55
LOCAL_MODULE := cocos_protobuf-lite_static
66

7-
LOCAL_MODULE_FILENAME := protobuf-lite
7+
LOCAL_MODULE_FILENAME := libprotobuf-lite
88

99
LOCAL_SRC_FILES := \
1010
src/google/protobuf/extension_set.cc \
@@ -24,5 +24,5 @@ LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/..
2424

2525
LOCAL_C_INCLUDES := $(LOCAL_PATH)/src \
2626
$(LOCAL_PATH)/src/google/protobuf
27-
27+
2828
include $(BUILD_STATIC_LIBRARY)

0 commit comments

Comments
 (0)