OsmAnd/Osmand-kernel/protobuf/Common.mk
2012-04-30 22:34:50 +02:00

14 lines
838 B
Makefile

CC_LITE_SRC_FILES := \
google/protobuf/stubs/common.cc \
google/protobuf/stubs/once.cc \
google/protobuf/stubs/hash.cc \
google/protobuf/extension_set.cc \
google/protobuf/generated_message_util.cc \
google/protobuf/message_lite.cc \
google/protobuf/repeated_field.cc \
google/protobuf/wire_format_lite.cc \
google/protobuf/io/coded_stream.cc \
google/protobuf/io/zero_copy_stream.cc \
google/protobuf/io/zero_copy_stream_impl_lite.cc
LOCAL_SRC_FILES := $(CC_LITE_SRC_FILES) \
google/protobuf/io/zero_copy_stream_impl.cc