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

Commit 894e1784 authored by Alex Ray's avatar Alex Ray
Browse files

libbinder: add libutils dependency

Change-Id: I30c7291b04788c98faa43843a51b026b8a01932c
parent 1962f651
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -47,5 +47,6 @@ include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)
include $(CLEAR_VARS)
LOCAL_LDLIBS += -lpthread
LOCAL_LDLIBS += -lpthread
LOCAL_MODULE := libbinder
LOCAL_MODULE := libbinder
LOCAL_STATIC_LIBRARIES += libutils
LOCAL_SRC_FILES := $(sources)
LOCAL_SRC_FILES := $(sources)
include $(BUILD_STATIC_LIBRARY)
include $(BUILD_STATIC_LIBRARY)