Fix build.

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

Change-Id: Idbc9b968708d0fc31a087d2e4f24398072d915e2
This commit is contained in:
Ying Wang
2010-12-29 13:34:20 -08:00
parent 8235404786
commit 8cb9975f35

View File

@@ -10,4 +10,6 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_MODULE:= libstagefright_yuv
LOCAL_PRELINK_MODULE := false
include $(BUILD_SHARED_LIBRARY)