Lines Matching refs:Properties

66 	if c.Properties.HideFromMake || !c.IsForPlatform() {
78 Required: c.Properties.AndroidMkRuntimeLibs,
83 if len(c.Properties.Logtags) > 0 {
84 entries.AddStrings("LOCAL_LOGTAGS_FILES", c.Properties.Logtags...)
86 if len(c.Properties.AndroidMkSharedLibs) > 0 {
87 entries.AddStrings("LOCAL_SHARED_LIBRARIES", c.Properties.AndroidMkSharedLibs...)
89 if len(c.Properties.AndroidMkStaticLibs) > 0 {
90 entries.AddStrings("LOCAL_STATIC_LIBRARIES", c.Properties.AndroidMkStaticLibs...)
92 if len(c.Properties.AndroidMkWholeStaticLibs) > 0 {
93 entries.AddStrings("LOCAL_WHOLE_STATIC_LIBRARIES", c.Properties.AndroidMkWholeStaticLibs...)
95 if len(c.Properties.AndroidMkHeaderLibs) > 0 {
96 entries.AddStrings("LOCAL_HEADER_LIBRARIES", c.Properties.AndroidMkHeaderLibs...)
110 if c.Properties.IsSdkVariant && c.Properties.SdkAndPlatformVariantVisibleToMake {
123 if c.Properties.IsSdkVariant && c.Properties.SdkAndPlatformVariantVisibleToMake &&
147 entries.SubName += c.Properties.SubName
245 if len(library.Properties.Overrides) > 0 {
246 …_OVERRIDES_MODULES", strings.Join(makeOverrideModuleNames(ctx, library.Properties.Overrides), " "))
299 if len(library.Properties.Stubs.Versions) > 0 &&
339 if len(binary.Properties.Overrides) > 0 {
340 …L_OVERRIDES_MODULES", strings.Join(makeOverrideModuleNames(ctx, binary.Properties.Overrides), " "))
352 if len(benchmark.Properties.Test_suites) > 0 {
354 strings.Join(benchmark.Properties.Test_suites, " "))
360 if !BoolDefault(benchmark.Properties.Auto_gen_config, true) {
374 if Bool(test.Properties.Test_per_src) {
375 entries.SubName = "_" + String(test.binaryDecorator.Properties.Stem)
378 if len(test.Properties.Test_suites) > 0 {
380 strings.Join(test.Properties.Test_suites, " "))
385 if !BoolDefault(test.Properties.Auto_gen_config, true) {
560 entries.AddStrings("LOCAL_MODULE_SYMLINKS", c.Properties.Symlinks...)
630 allow := linker.Properties.Allow_undefined_symbols