Discussion:
[android-porting] Error: kati doesn't support passing results of $(shell) to other make constructs
k***@gmail.com
2018-07-25 04:32:13 UTC
Permalink
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 :-(

https://forum.xda-developers.com/showthread.php?t=2060017&page=111
https://github.com/google/kati/issues/71

Please help me to understand root cause of the issue and how to fix it.
--
--
unsubscribe: android-porting+***@googlegroups.com
website: http://groups.google.com/group/android-porting

---
You received this message because you are subscribed to the Google Groups "android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-porting+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...