• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root CM12.1 UNOFFICIAL RC5

Can someone please help me with this error
Notice file: external/gcc-demangle/NOTICE -- /root/android/out/target/product/draconis/obj/NOTICE_FILES/src//system/lib/libgccdemangle.so.txt
make: *** No rule to make target `/root/android/out/host/linux-x86/bin/dtbToolCM', needed by `/root/android/out/target/product/draconis/dt.img'. Stop.
make: *** Waiting for unfinished jobs....

Here is the full build http://pastebin.com/bUg9tZd7
Any help is greatly appreciated
You don't have the dtbCMTool you need it or you need to remove the call
 
Now i am getting this
make: *** No rule to make target `frameworks/av/media/libstagefright/data/media_codecs_ffmpeg.xml', needed by `/root/android/out/target/product/draconis/system/etc/media_codecs_ffmpeg.xml'. Stop.

However that is with make -j6
Does this need make or make -j4
 
Now i am getting this
make: *** No rule to make target `frameworks/av/media/libstagefright/data/media_codecs_ffmpeg.xml', needed by `/root/android/out/target/product/draconis/system/etc/media_codecs_ffmpeg.xml'. Stop.

However that is with make -j6
Does this need make or make -j4
dude, if there is no rule to make you're missing what it says. You either need to remove the call in the device.mk or add the repo. It tells what it is and where it is. Just read the it.
 
So then it is something with libstagefright?
And media_codecs_ffmpeg.xml
So I need to add lib stage fright to my manifest
 
Back
Top Bottom