mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Fix library loading order in .mk files."
This commit is contained in:
@@ -12,12 +12,12 @@ LOCAL_SRC_FILES:= service.cpp
|
||||
include $(LOCAL_PATH)/surfaceflinger.mk
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
android.hardware.configstore@1.0 \
|
||||
android.hardware.configstore@1.1 \
|
||||
libhidlbase \
|
||||
libhidltransport \
|
||||
libbase \
|
||||
liblog \
|
||||
libutils \
|
||||
android.hardware.configstore@1.0 \
|
||||
android.hardware.configstore@1.1
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
@@ -37,8 +37,6 @@ LOCAL_SRC_FILES := \
|
||||
wifi_sta_iface.cpp \
|
||||
wifi_status_util.cpp
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
android.hardware.wifi@1.0 \
|
||||
android.hardware.wifi@1.1 \
|
||||
libbase \
|
||||
libcutils \
|
||||
libhidlbase \
|
||||
@@ -47,6 +45,8 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
libnl \
|
||||
libutils \
|
||||
libwifi-hal \
|
||||
libwifi-system-iface
|
||||
libwifi-system-iface \
|
||||
android.hardware.wifi@1.0 \
|
||||
android.hardware.wifi@1.1
|
||||
LOCAL_INIT_RC := android.hardware.wifi@1.0-service.rc
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
Reference in New Issue
Block a user