0

I'm trying to build Turbo ROM (github source) for Nexus 4 (device tree here). I've all required device repos like kernel and vendor. This ROM is AOSP based.

I'm getting following error:

make: *** No rule to make target '/home/android/TurboROM/out/target/product/hammerhead/obj/SHARED_LIBRARIES/libqmi_cci_intermediates/export_includes', needed by '/home/android/TurboROM/out/target/product/hammerhead/obj/SHARED_LIBRARIES/libloc_api_v02_intermediates/import_includes'. Stop.

Can anyone help me? I'm fairly experienced in building ROMs from source but not able to get past this error.

Rahul Patil
  • 2,707
  • 2
  • 21
  • 32
  • Can you share your Android.mk file – Rahul Patil Aug 25 '16 at 06:39
  • Added tags , need to verify Android.mk , need to check if it is linking statically or using shared libs – Rahul Patil Aug 25 '16 at 06:41
  • What Android.mk would you like to see? – Nitinkumar Chobhe Aug 25 '16 at 16:33
  • Share above more logs related to build failure . Make sure you have setup android build environment including all libs. The above error will be thrown when it fails to build particular target , say for example some application TelephoneServices, etc – Rahul Patil Aug 26 '16 at 04:20
  • I built the ROM by commenting out this line https://github.com/TurboROM-Devices/android_device_lge_mako/blob/mm/device.mk#L204'code' and it was successful. Initially I thought, GPS would not work, but to my surprise, it was working. – Nitinkumar Chobhe Aug 27 '16 at 14:06

0 Answers0