aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-02-11 18:51:04 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-02-11 18:51:04 +0000
commit8b56d4ad55fc81e65dbe7e2a427e159e1281a544 (patch)
tree61d723d55c36f1640502ebbc860d01abcbf2e1fc
parent91d20b06f547b551c1cecd190c840469e845f68c (diff)
parent3124af3028acefa73648aea6f304b88f438426bd (diff)
downloadbuild-8b56d4ad55fc81e65dbe7e2a427e159e1281a544.tar.gz
Merge "Makefile: Add the missing library in otatools.zip."
-rw-r--r--core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile
index 9a48a9dc22..7bb9d17f46 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1468,7 +1468,7 @@ OTATOOLS += \
$(HOST_LIBRARY_PATH)/libchrome$(HOST_SHLIB_SUFFIX) \
$(HOST_LIBRARY_PATH)/libcurl-host$(HOST_SHLIB_SUFFIX) \
$(HOST_LIBRARY_PATH)/libevent-host$(HOST_SHLIB_SUFFIX) \
- $(HOST_LIBRARY_PATH)/libprotobuf-cpp-lite-rtti$(HOST_SHLIB_SUFFIX) \
+ $(HOST_LIBRARY_PATH)/libprotobuf-cpp-lite$(HOST_SHLIB_SUFFIX) \
$(HOST_LIBRARY_PATH)/libssl-host$(HOST_SHLIB_SUFFIX) \
$(HOST_LIBRARY_PATH)/libz-host$(HOST_SHLIB_SUFFIX)