LOCAL_MODULE_TAGS := user eng tests optional user: 指该模块只在user版本下才编译 eng: 指该模块只在eng版本下才编译 tests: 指该模块只在tests版本下才编译 optional:指该模块在所有版本下都编译
默认,optional。
更多内容请参考: http://blog.csdn.net/fyh2003/article/details/6909433
转载请注明原文地址: https://ju.6miu.com/read-678406.html