Skip to content

Commit 6a6d9a5

Browse files
author
minggo
committed
export correct path
1 parent d342a41 commit 6a6d9a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

protobuf-lite/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ src/google/protobuf/stubs/common.cc \
2020
src/google/protobuf/stubs/once.cc \
2121
src/google/protobuf/stubs/stringprintf.cc
2222

23-
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/..
23+
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/src
2424

2525
LOCAL_C_INCLUDES := $(LOCAL_PATH)/src \
2626
$(LOCAL_PATH)/src/google/protobuf

0 commit comments

Comments
 (0)