This commit is contained in:
parazyd 2017-04-12 19:37:57 +02:00
parent 6835b2ed5b
commit a4052e28ab
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ build_kernel_armhf() {
notice "building hwcomposer"
pushd $R/tmp/kernels/$device_name/${device_name}-linux/tools/hardkernel/exynos5-hwcomposer
## it's quite chatty still, so we if 0 the logging, and also add a missing #define
sed -i -e 's/if 1/if 0/g' include log.h
sed -i -e 's/if 1/if 0/g' include/log.h
sed -i -e 's/#define ALOGD/#define ALOGD\r#define ALOGF/g' include/log.h
./configure --prefix=/usr --build x86_64-pc-linux-gnu --host $hosttuple || zerr