Hi
I am working on master (Android P/Q) source tree and integrating Intel hardware.
I am getting following error while building...
error: kati doesn't support passing results of $(shell) to other make constructs: awk
Above error is getting for the lines-
@echo "Release targets info: $@"
@mkdir -p $(dir $@)
@rm -f $@
I
have checked similar line use cases in /build folder many places and
that it compiling without error. I don't understand why this error
getting in newly integrated hardware code.
I have checked following links, but no luck :-(
Please help me to understand root cause of the issue and how to fix it.