intel / IA-Hardware-Composer

35 stars 81 forks source link

build Celadon will show wrong message #726

Closed KunYi closed 1 year ago

KunYi commented 1 year ago

build Celadon project with Android 11, got the following wrong message.

build/make/core/[binary.mk:953](http://binary.mk:953/): warning: target `dotdot/out/target/product/caas/obj_x86/SHARED_LIBRARIES/libvts_interfacespecification_intermediates/vts-generated/src/lib/ndk/bionic/1.0/libcutilsV1.o' doesn't match the target pattern
[ 88% 244/277] including vendor/intel/external/hwcomposer-intel/Android.mk ...
"PLATFORM_VERSION 11"
"ANDROID_VERSION "
/bin/bash: line 0: test: -ge: unary operator expected

because the below only have android 9, missed greate Android 9 https://github.com/intel/IA-Hardware-Composer/blob/efe339ff5aa656e40b43312c133b142ac2cc227f/Android.common.mk#L28-L45

so the below will invoke the wrong message https://github.com/intel/IA-Hardware-Composer/blob/efe339ff5aa656e40b43312c133b142ac2cc227f/Android.common.mk#L165-L167

Shao-Feng commented 1 year ago

This component is not used in Celadon R anymore. I will commit a patch to remove it from the SOONG list to avoid compile it

KunYi commented 1 year ago

okay! sound great!