AOSP Build Error D2VZW

Search This thread

renzo.olivares

Inactive Recognized Developer
Jan 6, 2011
9,231
16,142
Import includes file: out/target/product/d2vzw/obj/SHARED_LIBRARIES/power.default_intermediates/import_includes
Export includes file: hardware/libhardware/modules/power/Android.mk -- out/target/product/d2vzw/obj/SHARED_LIBRARIES/power.default_intermediates/export_includes
Import includes file: out/target/product/d2vzw/obj/SHARED_LIBRARIES/sensors.goldfish_intermediates/import_includes
Export includes file: development/tools/emulator/system/sensors/Android.mk -- out/target/product/d2vzw/obj/SHARED_LIBRARIES/sensors.goldfish_intermediates/export_includes
Import includes file: out/target/product/d2vzw/obj/SHARED_LIBRARIES/libFFTEm_intermediates/import_includes
Export includes file: external/neven/Android.mk -- out/target/product/d2vzw/obj/SHARED_LIBRARIES/libFFTEm_intermediates/export_includes
Notice file: external/neven/NOTICE -- out/target/product/d2vzw/obj/NOTICE_FILES/src//system/lib/libFFTEm.so.txt
Import includes file: out/target/product/d2vzw/obj/SHARED_LIBRARIES/libOmxCore_intermediates/import_includes
make: *** No rule to make target `out/target/product/d2vzw/obj/SHARED_LIBRARIES/libgenlock_intermediates/export_includes', needed by `out/target/product/d2vzw/obj/SHARED_LIBRARIES/libOmxVdec_intermediates/import_includes'. Stop.
make: *** Waiting for unfinished jobs....
Export includes file: hardware/qcom/media/mm-core/Android.mk -- out/target/product/d2vzw/obj/SHARED_LIBRARIES/libOmxCore_intermediates/export_includes

anyone got any ideas?

also is this the appropriate place to post this mods?
 
Last edited:
  • Like
Reactions: sleshepic

mukulsoni

Senior Member
Aug 16, 2013
721
4,790
Bangkok
Kindly help me to find the exact line solve this error

make[1]: Entering directory `/home/mukul/android/system/kernel/samsung/ms013g'
make: *** No rule to make target `/home/mukul/android/system/out/target/product/ms013g/obj/STATIC_LIBRARIES/libinit_msm_intermediates/export_includes', needed by `/home/mukul/android/system/out/target/product/ms013g/obj/EXECUTABLES/init_intermediates/import_includes'. Stop.
make: *** Waiting for unfinished jobs....

My Repo Sources:
Kernel:
https://github.com/mukulsoni/android_kernel_samsung_ms013g
Device:
https://github.com/mukulsoni/android_device_samsung_ms013g
https://github.com/mukulsoni/android_device_samsung_msm8226-common
https://github.com/mukulsoni/android_device_samsung_msm8226-common
Vendor:
https://github.com/mukulsoni/android_vendor_samsung_ms013g
https://github.com/mukulsoni/android_vendor_samsung_msm8226-common
TIA
 

Top Liked Posts

  • There are no posts matching your filters.
  • 4
    fixed by editing hardware/qcom/media/Android.mk

    adding

    include hardware/qcom/display/libgenlock/Android.mk
    2
    i assume i need to edit this : hardware/qcom/media/mm-core/Android.mk just not sure what to do with it
    1
    Import includes file: out/target/product/d2vzw/obj/SHARED_LIBRARIES/power.default_intermediates/import_includes
    Export includes file: hardware/libhardware/modules/power/Android.mk -- out/target/product/d2vzw/obj/SHARED_LIBRARIES/power.default_intermediates/export_includes
    Import includes file: out/target/product/d2vzw/obj/SHARED_LIBRARIES/sensors.goldfish_intermediates/import_includes
    Export includes file: development/tools/emulator/system/sensors/Android.mk -- out/target/product/d2vzw/obj/SHARED_LIBRARIES/sensors.goldfish_intermediates/export_includes
    Import includes file: out/target/product/d2vzw/obj/SHARED_LIBRARIES/libFFTEm_intermediates/import_includes
    Export includes file: external/neven/Android.mk -- out/target/product/d2vzw/obj/SHARED_LIBRARIES/libFFTEm_intermediates/export_includes
    Notice file: external/neven/NOTICE -- out/target/product/d2vzw/obj/NOTICE_FILES/src//system/lib/libFFTEm.so.txt
    Import includes file: out/target/product/d2vzw/obj/SHARED_LIBRARIES/libOmxCore_intermediates/import_includes
    make: *** No rule to make target `out/target/product/d2vzw/obj/SHARED_LIBRARIES/libgenlock_intermediates/export_includes', needed by `out/target/product/d2vzw/obj/SHARED_LIBRARIES/libOmxVdec_intermediates/import_includes'. Stop.
    make: *** Waiting for unfinished jobs....
    Export includes file: hardware/qcom/media/mm-core/Android.mk -- out/target/product/d2vzw/obj/SHARED_LIBRARIES/libOmxCore_intermediates/export_includes

    anyone got any ideas?

    also is this the appropriate place to post this mods?