在我的 Android.mk 中,我有以下行:
LOCAL_C_INCLUDES := frameworks/av/include
这就是我启动时看到的mm()
:
/bin/bash -c "PWD=/proc/self/cwd prebuilts/clang/host/linux-x86/clang-r383902b/bin/clang++ -I frameworksavinclude
这是预期的吗?我可以/应该做些什么来把它变成“-I frameworks/av/include”吗?