Merge "Switch libplatformproto to sharedlib" into oc-dev

This commit is contained in:
TreeHugger Robot
2017-03-30 16:42:31 +00:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 4 deletions

View File

@@ -1460,7 +1460,8 @@ LOCAL_PROTOC_FLAGS := \
LOCAL_SRC_FILES := \
$(call all-proto-files-under, core/proto) \
$(call all-proto-files-under, libs/incident/proto)
include $(BUILD_STATIC_LIBRARY)
LOCAL_SHARED_LIBRARIES := libprotobuf-cpp-full
include $(BUILD_SHARED_LIBRARY)
# ==== c++ proto host library ==============================
include $(CLEAR_VARS)

View File

@@ -27,7 +27,5 @@ LOCAL_SHARED_LIBRARIES += \
libft2 \
libminikin \
libandroidfw \
libRScpp
LOCAL_STATIC_LIBRARIES += \
libRScpp \
libplatformprotos