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

Commit 6a3a1cd5 authored by Sharvil Nanavati's avatar Sharvil Nanavati
Browse files

Add libpower as a dependency to all device targets that include libosi.

Bug: 23902077

Change-Id: Icc7119a2b3199310e2210d46f599da00261fdff6
parent 748012b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ LOCAL_CFLAGS += -std=c99 $(bdroid_CFLAGS)
LOCAL_MODULE := audio.a2dp.default
LOCAL_MODULE_RELATIVE_PATH := hw

LOCAL_SHARED_LIBRARIES := liblog
LOCAL_SHARED_LIBRARIES := liblog libpower
LOCAL_STATIC_LIBRARIES := libosi

LOCAL_MODULE_TAGS := optional
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ LOCAL_SRC_FILES := $(btcoreCommonTestSrc)
LOCAL_CFLAGS := -Wall -Werror -Werror=unused-variable
LOCAL_MODULE := net_test_btcore
LOCAL_MODULE_TAGS := tests
LOCAL_SHARED_LIBRARIES := liblog
LOCAL_SHARED_LIBRARIES := liblog libpower
LOCAL_STATIC_LIBRARIES := libbtcore libosi
include $(BUILD_NATIVE_TEST)

+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ LOCAL_SRC_FILES := \
LOCAL_CFLAGS := -Wall -Werror -Werror=unused-variable
LOCAL_MODULE := net_test_device
LOCAL_MODULE_TAGS := tests
LOCAL_SHARED_LIBRARIES := liblog libdl
LOCAL_SHARED_LIBRARIES := liblog libdl libpower
LOCAL_STATIC_LIBRARIES := libbtdevice libbtcore libosi libcutils

include $(BUILD_NATIVE_TEST)
+1 −0
Original line number Diff line number Diff line
@@ -130,6 +130,7 @@ LOCAL_SHARED_LIBRARIES := \
    libcutils \
    libdl \
    liblog \
    libpower \
    libz

LOCAL_STATIC_LIBRARIES := \
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ LOCAL_CFLAGS := $(btosiCommonCFlags)
LOCAL_CLANG_CFLAGS += -Wno-error=typedef-redefinition
LOCAL_MODULE := libosi
LOCAL_MODULE_TAGS := optional
LOCAL_SHARED_LIBRARIES := libc liblog
LOCAL_SHARED_LIBRARIES := libc liblog libpower
LOCAL_MODULE_CLASS := STATIC_LIBRARIES
include $(BUILD_STATIC_LIBRARY)

Loading