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

Commit 9d619255 authored by Alex Deymo's avatar Alex Deymo Committed by Gerrit Code Review
Browse files

Merge "Rename libchrome-host to libchrome."

parents 21c13e56 4b36bb72
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