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

Commit b6263adb authored by Christopher Wiley's avatar Christopher Wiley Committed by android-build-merger
Browse files

Merge "Make libstagefright_aacenc depend on libbinder"

am: 997ceb38

* commit '997ceb38':
  Make libstagefright_aacenc depend on libbinder

Change-Id: Icaa60d61e1b103526209c80946341cf522a21e3b
parents b7d15a83 997ceb38
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 \