LOCAL_MODULE_TAGS :=user eng tests optionaluser: 指该模组只在 user 版本下才编译eng: 指该模组只在 eng 版本下才编译tests: 指该模组只在 tests 版本下才编译optional:指该模组在所有版本下都编译