[android-porting] Re: No rule to make target `bionic/libc/arch-arm/krait/bionic/memmove.S'

2013-11-26 Thread Connor Rigby
in your boardconfig.mk you have something calling krait optimizations or something. look for [code]TARGET_CPU_VARIANT := [/code] and make it either krait, or scorpion depending on your needs. and also if i remember correctly [code]TARGET_ARCH_VARIANT_CPU := [/code] can call some krait related f

[android-porting] [Android 4.4_r1.2] Stay boot animation....

2013-11-26 Thread Seungwon
Hi, I port android 4.4_r1.2 branch in my evaluation board that works on Exynos4412. I make simple device.mk and include just openGL libraries for the evaluation board referencing manta product. Unfortunately, my board is working just til showing boot animation and go to idle state without insta

[android-porting] Re: How to add library so that it appears in the output directory?

2013-11-26 Thread Roman
You should add your directory to /device/yourboard/. After that you will add the string to PRODUCT_PACKAGES in file "yourboard.mk" and in system.prop you can specify the way to you lib. For example. -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.

[android-porting] Re: How android use framebuffer?

2013-11-26 Thread Vishveshwar
On Monday, November 25, 2013 1:34:57 PM UTC+5:30, David wrote: > > Hi, Vishveshwar, > > I have successfully used your example to make my device boot into > launcher. > > Great! > However, your gralloc and framebuffer code seems not work with our > driver implementation. > I get bla