thanhdatpd / android_device_meizu_bicot

my first test build android 9 Pie for meizu m6 note(bicot, named for it *-*) , almost clone/fork edit from xiaomi mi a1. I just recognized i cant, android v9 need kernel 4.4.107 or higher(wrong) :(. So i will try to build lower ver - 14.1. Hope everything be okeyyy. Have a nice dayyy
9 stars 1 forks source link

libsdcard error #38

Closed thanhdatpd closed 5 years ago

thanhdatpd commented 5 years ago

ninja: error: '/home/thanhdatppro/lineage/out/target/product/bicot/obj/KERNEL_OBJ/usr', needed by '/home/thanhdatppro/lineage/out/target/product/bicot/obj/STATIC_LIBRARIES/libsdcard_intermediates/sdcard.o', missing and no known rule to make it

thanhdatpd commented 5 years ago

remove 4 line above in system/core/sdcard/android.mk ifeq ($(call is-vendor-board-platform,QCOM),true)

LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include

LOCAL_ADDITIONAL_DEPENDENCIES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr

endif