Merge "AAPT2: statically link protobuf library" into nyc-dev

This commit is contained in:
Adam Lesinski
2016-03-11 21:33:33 +00:00
committed by Android (Google) Code Review

View File

@@ -125,10 +125,12 @@ hostStaticLibs := \
libexpat \
libziparchive-host \
libpng \
libbase
libbase \
libprotobuf-cpp-lite_static
hostSharedLibs := \
libprotobuf-cpp-lite
# Do not add any shared libraries. AAPT2 is built to run on many
# environments that may not have the required dependencies.
hostSharedLibs :=
ifneq ($(strip $(USE_MINGW)),)
hostStaticLibs += libz