I have synced Android 6.0.1 source code properly by these commands,
repo init -u git://codeaurora.org/platform/manifest.git -b release -m LA.BR.1.2.6-04910-8x16.0.xml --repo-url=git://codeaurora.org/tools/repo.git
repo sync -j16
But,
while Building for msm8916_64-userdebug target I am facing build error.Following is the build error.I have referred links even though i facing same issue.
Installing recovery patch to system partition
Warning: could not find SYSTEM/build.prop in
using prebuilt recovery.img from BOOTABLE_IMAGESâŚ
using prebuilt boot.img from BOOTABLE_IMAGESâŚ
Traceback (most recent call last):
File â./build/tools/releasetools/make_recovery_patchâ, line 53, in
main(sys.argv[1:])
File â./build/tools/releasetools/make_recovery_patchâ, line 49, in main
common.MakeRecoveryPatch(input_dir, output_sink, recovery_img, boot_img)
File â/data/android_TV/build/tools/releasetools/common.pyâ, line 1398, in MakeRecoveryPatch
_, _, patch = d.ComputePatch()
File â/data/android_TV/build/tools/releasetools/common.pyâ, line 1089, in ComputePatch
p = Run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
File â/data/android_TV/build/tools/releasetools/common.pyâ, line 83, in Run
return subprocess.Popen(args, **kwargs)
File â/usr/lib/python2.7/subprocess.pyâ, line 710, in init
errread, errwrite)
File â/usr/lib/python2.7/subprocess.pyâ, line 1327, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
make: *** [out/target/product/msm8916_64/system/bin/install-recovery.sh] Error 1
make failed to build some targets (04:35:30 (hh:mm:ss))
Please Help