freexperia / vendor_ti_fmradio

Other
8 stars 8 forks source link

got this when do the brunch #1

Open ghost opened 11 years ago

ghost commented 11 years ago

No private recovery resources for TARGET_DEVICE smultron make: *\ No rule to make target `hardware/ti/fmradio/fmreceiverif/Android.mk'. Stop.

pedronveloso commented 11 years ago

@shufuking Are you compiling for ICS? Because if you're compiling for JellyBean you should change branch match that. ( `hardware/ti/fmradio/fmreceiverif/Android.mk'. > This is the sources should be located under JB, master branch here is for ICS).

Also, freexperia repo is the one I'm using for developing, it should ok to compile but might produce a in-the-works APK so if you want stable use CM repo instead: https://github.com/CyanogenMod/android_hardware_ti_fmradio

Note that CM repo does not come in repo manifest, so you'll have to add it to repo manifest XML, or clone that repository with git manually.