Fix name for NDK protobuf libraries.
Name them *-ndk so it's clear which library is which. Change-Id: I53544a8a97488f902e00d1aedaa021d09ee2f649
This commit is contained in:
parent
e711afb154
commit
a187fb5986
|
@ -618,13 +618,13 @@ else ifeq ($(LOCAL_PROTOC_OPTIMIZE_TYPE),nanopb-c)
|
|||
my_static_libraries += libprotobuf-c-nano
|
||||
else ifeq ($(LOCAL_PROTOC_OPTIMIZE_TYPE),full)
|
||||
ifdef LOCAL_SDK_VERSION
|
||||
my_static_libraries += libprotobuf-cpp-full
|
||||
my_static_libraries += libprotobuf-cpp-full-ndk
|
||||
else
|
||||
my_shared_libraries += libprotobuf-cpp-full
|
||||
endif
|
||||
else
|
||||
ifdef LOCAL_SDK_VERSION
|
||||
my_static_libraries += libprotobuf-cpp-lite
|
||||
my_static_libraries += libprotobuf-cpp-lite-ndk
|
||||
else
|
||||
my_shared_libraries += libprotobuf-cpp-lite
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue