Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c9c29ee authored by John Reck's avatar John Reck Committed by android-build-merger
Browse files

Merge "Switch libplatformproto to sharedlib" into oc-dev am: 72c27609

am: af39ba5d

Change-Id: I73d9035f13f83c80045004867b4470779095d603
parents 0e4d3802 af39ba5d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1464,7 +1464,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)
+1 −3
Original line number Diff line number Diff line
@@ -27,7 +27,5 @@ LOCAL_SHARED_LIBRARIES += \
    libft2 \
    libminikin \
    libandroidfw \
    libRScpp

LOCAL_STATIC_LIBRARIES += \
    libRScpp \
    libplatformprotos