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

Commit 191cbad9 authored by Brian Carlstrom's avatar Brian Carlstrom
Browse files

Used LOCAL_SHARED_LIBRARIES for proper dependencies

bug:15938254
Change-Id: I710f689e8bcad66988ef3aa0aa189b185c8ad662
parent 23887506
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,9 +9,9 @@ LOCAL_C_INCLUDES += \
    $(JNI_H_INCLUDE)

LOCAL_SHARED_LIBRARIES := \
    libnativehelper

LOCAL_LDLIBS := -lm -llog -ljnigraphics
    libnativehelper \
    libjnigraphics \
    liblog

LOCAL_MODULE := libprintspooler_jni
LOCAL_MODULE_TAGS := optional