Remove .svn from libcore that will work

cd libcore 
find . -name ".svn* | xargs rm -rf

but with this you can not commit libcore back again



On Tuesday, February 25, 2014 2:24:49 PM UTC+5:30, SSI wrote:
>
> Hello,
>
>    I have checked in android jelly bean 4.3 source code into my server 
> with below command,
>
>     svn import -m "commit message here" /source_code_path/jb4.3/ 
> URL_LINK/JB4.3/ --no-ignores
>
>  before commit I checked that source code is compiling or not . It was 
> working fine. After compiling the source code and I checked out to local 
> machine and kept it for compilation using make -j4 command.
>
>   It is giving below error
>
>    build/core/base_rules.mk:130: *** libcore: 
> MODULE.TARGET.ETC.target-cacert-74c26bd0.0.svn-base already defined by 
> libcore.  Stop.
>
>  If I commented out in above file line number 130, it is started build and 
> it is created boot.img and other binaries but not system.img. I got below 
> error before it complete the build.
>
> Target ram disk: out/target/product/sabresd_6dq/ramdisk.img
> Target boot image: out/target/product/sabresd_6dq/boot.img
> ----- Making recovery image ------
> Copying baseline ramdisk...
> Modifying ramdisk contents...
> cp: cannot stat `out/target/product/sabresd_6dq/root/init.recovery.*.rc': 
> No such file or directory
> make: [out/target/product/sabresd_6dq/recovery.img] Error 1 (ignored)
> ----- Made recovery image: out/target/product/sabresd_6dq/recovery.img 
> --------
>
> zip error: Invalid command arguments (cannot repeat names in zip file)
> make: *** 
> [out/target/product/sabresd_6dq/system/etc/recovery-resource.dat] Error 16
>
> Can anybody tell me that why I am getting above errors? Is am doing 
> anything wrong in importing source code to server using svn ?
>
> Kindly help me to resolve the problem
>
> Thanks
>
>

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to