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

Commit 8cb9975f authored by Ying Wang's avatar Ying Wang
Browse files

Fix build.

Due to a bug (fixed by 	59163bf2f15e28712be6598144ae0fdb94dac52b),
libstagefright_yuv.so was actually not prelinked.

Change-Id: Idbc9b968708d0fc31a087d2e4f24398072d915e2
parent 82354047
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,4 +10,6 @@ LOCAL_SHARED_LIBRARIES := \

LOCAL_MODULE:= libstagefright_yuv

LOCAL_PRELINK_MODULE := false

include $(BUILD_SHARED_LIBRARY)