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

Commit 4b36bb72 authored by Alex Deymo's avatar Alex Deymo
Browse files

Rename libchrome-host to libchrome.

Update the name of the libchrome-host library to the match the one used
in the target.

Bug: 24619596
TEST=make dist

Change-Id: I73e906a0683142cc7e43237d4c5fa20c27acc6cc
parent 6ed3b57e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ LOCAL_C_INCLUDES += $(btserviceCommonIncludes)
LOCAL_CFLAGS += -std=c++11
LOCAL_MODULE_TAGS := debug tests
LOCAL_MODULE := bluetoothtbd-host_test
LOCAL_SHARED_LIBRARIES += libchrome-host
LOCAL_SHARED_LIBRARIES += libchrome
LOCAL_STATIC_LIBRARIES += libgmock_host libgtest_host liblog
include $(BUILD_HOST_NATIVE_TEST)

+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ LOCAL_C_INCLUDES := \

LOCAL_SHARED_LIBRARIES := \
    liblog \
    libchrome-host
    libchrome

LOCAL_CPP_EXTENSION := .cc
LOCAL_CFLAGS += -std=c++11