How to print a var using echo o print in a NDK-build Android.mk file to debug compilation?

Use

LOCAL_PATH := $(call my-dir)
$(warning $(LOCAL_PATH))

Leave a Comment