Hello, I have Lenovo P90 with same processor as Asus Zenfone 2. I got source codes from Lenovo, i cloned AOSP 4.4.4 and copied source files into tree. But guys from Lenovo building via ICC (Intel C++ Compiler) instead of GCC. But some changes, ICC is not now available for free and its only at some packages. So i downloaded a trial of Intel Studio 2016 and linked BIN directory to a prebuilts directoryprebuilts/icc/linux-x86/x86/x86-android-linux-12.1/bin. (Now its compiler version a 16, needed is 12.1 ? ). After including all .mk, at first time it is have a some problem with LD. So i setuped a compilervars.sh at intel binaries. Then build said the "i686 android ld" is not found, so i added to PATH a path to good LD. But now i stucked at again stage:ň including ./tools/external/fat32lib/Android.mk ... make: *** No rule to make target `out/target/product/generic/obj/SHARED_LIBRARIES/libimf_intermediates/export_includes', needed by `out/target/product/generic/obj/EXECUTABLES/binderAddInts_intermediates/import_includes'. Stop. (libimf == intel library) I tryied all to make it building but fail. Can someone help me with this? Configure ICC or change it to build it via GCC?
-- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
