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

Commit 997ceb38 authored by Christopher Wiley's avatar Christopher Wiley Committed by Gerrit Code Review
Browse files

Merge "Make libstagefright_aacenc depend on libbinder"

parents 800f9d76 74ff6db3
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -64,7 +64,10 @@ LOCAL_ARM_MODE := arm

LOCAL_STATIC_LIBRARIES :=

LOCAL_SHARED_LIBRARIES :=
# libstagefright links this static library, so it probably isn't appropriate to
# link libstagefright.  However, this library includes libstagefright headers,
# and needs libbinder to be able to do so correctly.
LOCAL_SHARED_LIBRARIES := libbinder

LOCAL_C_INCLUDES := \
	frameworks/av/include \