Zenfone-Dev / android_device_asus_ctp-common

1 stars 12 forks source link

Missing files/variebles #1

Open tank0412 opened 8 years ago

tank0412 commented 8 years ago

Hello. Did you miss thermald and intel_prop? Also i think that you forgot to add DEVICE_BASE_BOOT_IMAGE to BoardConfigCommon.mk which is needed for mkbootimg.mk. I ask this because in my case was called this: pack_intel /home/tank0412/rr6t/out/target/product/T00F/kernel /home/tank0412/rr6t/out/target/product/T00F/ramdisk.img /home/tank0412/rr6t/out/target/product/T00F/boot.img

But: Usage:pack_intel <valid image> <bzImage> <ramdisk> <output> <valid image> is missing. (no offence)

artefvck commented 8 years ago

thermald and intel_prop move to blob vendor and called here from setup-makefiles.sh

DEVICE_BASE_BOOT_IMAGE we have configuration on BoardConfigVendor.mk so all ready from vendor blob

maybe tomorrow we upload more vendor blob