OSDN Git Service

Switch perfprofd from using full to lite version of protobuf library.
[android-x86/system-extras.git] / perfprofd / tests / Android.mk
index c8347a1..2a211a3 100644 (file)
@@ -37,7 +37,7 @@ LOCAL_CXX_STL := libc++
 LOCAL_STATIC_LIBRARIES := \
     libperfprofdcore \
     libperfprofdmockutils
-LOCAL_SHARED_LIBRARIES := libprotobuf-cpp-full
+LOCAL_SHARED_LIBRARIES := libprotobuf-cpp-lite
 LOCAL_C_INCLUDES += system/extras/perfprofd external/protobuf/src
 LOCAL_SRC_FILES := perfprofd_test.cc
 LOCAL_CPPFLAGS += $(perfprofd_test_cppflags)