Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在构建 android 模块(即可执行文件或共享库或预构建)时访问模块描述变量(自定义变量),并根据其值对可执行文件或共享库或预构建进行一些额外处理。有没有办法做到这一点?
将变量添加到 中的变量列表中clear_vars.mk,以便在执行时清除Android.mk它们include $(CLEAR_VARS)
clear_vars.mk
Android.mk
include $(CLEAR_VARS)