Merge "core: Rename libchromeos into libbrillo"

am: 6ac83e416f

* commit '6ac83e416febedaee228e970f723a25868a98518':
  core: Rename libchromeos into libbrillo
This commit is contained in:
Alex Vakulenko 2015-10-27 22:52:20 +00:00 committed by android-build-merger
commit 3ac10737b3
5 changed files with 10 additions and 11 deletions

View File

@ -43,7 +43,7 @@ LOCAL_CPP_EXTENSION := $(crash_reporter_cpp_extension)
LOCAL_C_INCLUDES := $(crash_reporter_includes)
LOCAL_RTTI_FLAG := -frtti
LOCAL_SHARED_LIBRARIES := libchrome \
libchromeos \
libbrillo \
libcutils \
libdbus \
libmetrics \
@ -65,7 +65,7 @@ LOCAL_REQUIRED_MODULES := core2md \
LOCAL_INIT_RC := crash_reporter.rc
LOCAL_RTTI_FLAG := -frtti
LOCAL_SHARED_LIBRARIES := libchrome \
libchromeos \
libbrillo \
libcutils \
libdbus \
libmetrics \
@ -134,7 +134,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := crash_reporter_tests
LOCAL_CPP_EXTENSION := $(crash_reporter_cpp_extension)
LOCAL_SHARED_LIBRARIES := libchrome \
libchromeos \
libbrillo \
libcutils \
libdbus \
libpcrecpp

View File

@ -64,11 +64,11 @@ metrics_CPPFLAGS := -Wno-non-virtual-dtor \
-fvisibility=default
metrics_includes := external/gtest/include \
$(LOCAL_PATH)/include
libmetrics_shared_libraries := libchrome libchromeos
libmetrics_shared_libraries := libchrome libbrillo
metrics_daemon_shared_libraries := $(libmetrics_shared_libraries) \
libbrillo-http \
libbrillo-dbus \
libchrome-dbus \
libchromeos-http \
libchromeos-dbus \
libdbus \
libmetrics \
libprotobuf-cpp-lite \
@ -120,8 +120,7 @@ include $(BUILD_STATIC_LIBRARY)
# ========================================================
include $(CLEAR_VARS)
LOCAL_MODULE := metrics_daemon
LOCAL_C_INCLUDES := $(metrics_includes) \
external/libchromeos
LOCAL_C_INCLUDES := $(metrics_includes)
LOCAL_CFLAGS := $(metrics_CFLAGS)
LOCAL_CPP_EXTENSION := $(metrics_cpp_extension)
LOCAL_CPPFLAGS := $(metrics_CPPFLAGS)

View File

@ -2,8 +2,8 @@
'target_defaults': {
'variables': {
'deps': [
'libbrillo-<(libbase_ver)',
'libchrome-<(libbase_ver)',
'libchromeos-<(libbase_ver)',
]
},
'cflags_cc': [

View File

@ -3,8 +3,8 @@
'variables': {
'deps': [
'dbus-1',
'libbrillo-<(libbase_ver)',
'libchrome-<(libbase_ver)',
'libchromeos-<(libbase_ver)',
]
},
'cflags_cc': [

View File

@ -23,7 +23,7 @@
#include "uploader/sender.h"
// Sender implemented using http_utils from libchromeos
// Sender implemented using http_utils from libbrillo
class HttpSender : public Sender {
public:
explicit HttpSender(std::string server_url);