I\'m trying to print some extra info when in compile a library using ndk-build.
For example:
LOCAL_PATH := $(call my-dir) all:;echo $(LOCAL_PATH) echo: $
Use
LOCAL_PATH := $(call my-dir) $(warning $(LOCAL_PATH))