Bug 63670

Summary: Not building for ARM v7a
Product: GStreamer SDK Reporter: LCID Fire <lcid-fire>
Component: Android SDK distributionAssignee: bugs
Status: NEW --- QA Contact:
Severity: normal    
Priority: medium    
Version: 2012.11   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description LCID Fire 2013-04-18 06:17:37 UTC
When I attemt to build for ARMv7a, all I get is 

cp: cannot stat ‘gst-build/libgstreamer_android.so’: No such file or directory
make: *** [obj/local/armeabi-v7a/libgstreamer_android.so] Error 1

How should one build for ARMv7a then?
Comment 1 LCID Fire 2013-04-22 12:47:50 UTC
When I outcomment in `gstreamer_prebuilt.mk`

delsharedlib:
	#@$(call host-rm,$(GSTREAMER_ANDROID_SO))
	@$(foreach path,$(wildcard $(GSTREAMER_BUILD_DIR)/sed*), $(call host-rm,$(path)))

it builds fine.
What is `delsharedlib` doing and why is it cleaning up prematurely?
Comment 2 jojo 2013-07-07 05:42:25 UTC
i met this issue also, someone would fix this issue ?

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.