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

Commit 74ff6db3 authored by Christopher Wiley's avatar Christopher Wiley
Browse files

Make libstagefright_aacenc depend on libbinder

This library includes libstagefright headers, which in turn
include libbinder headers.  Unfortunately, introducing a
dependency on libstagefright directly introduces a circular dependency.

Bug: 27804373
Change-Id: Id1e65f99b63275ffdccb05638412f43825f8ec1c
Test: Compiles with accompanying changes.
parent 800f9d76
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 \