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

Commit 37629255 authored by San Mehat's avatar San Mehat
Browse files

nexus: Remove dependancy on libutil



Signed-off-by: default avatarSan Mehat <san@google.com>
parent 3f627205
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -32,7 +32,7 @@ LOCAL_C_INCLUDES := $(KERNEL_HEADERS) -I../../../frameworks/base/include/


LOCAL_CFLAGS := 
LOCAL_CFLAGS := 


LOCAL_SHARED_LIBRARIES := libsysutils libwpa_client libutils
LOCAL_SHARED_LIBRARIES := libsysutils libwpa_client


include $(BUILD_EXECUTABLE)
include $(BUILD_EXECUTABLE)


@@ -46,7 +46,7 @@ LOCAL_C_INCLUDES := $(KERNEL_HEADERS)


LOCAL_CFLAGS := 
LOCAL_CFLAGS := 


LOCAL_SHARED_LIBRARIES := libutils
LOCAL_SHARED_LIBRARIES := libcutils


include $(BUILD_EXECUTABLE)
include $(BUILD_EXECUTABLE)