I would like to compile dumpsys as an standalone application using Android NDK. However, when I enter the command ndk-build
I encounter the following error:
fatal error: utils/Log.h: No such file or directory
Is it at all possible to compile dumpsys as an standalone app?
The source code and Android.mk file can be found at https://android.googlesource.com/platform/frameworks/native/+/lollipop-mr1-release/cmds/dumpsys