1*288bf522SAndroid Build Coastguard Workerpackage { 2*288bf522SAndroid Build Coastguard Worker default_applicable_licenses: ["Android-Apache-2.0"], 3*288bf522SAndroid Build Coastguard Worker} 4*288bf522SAndroid Build Coastguard Worker 5*288bf522SAndroid Build Coastguard Workercc_defaults { 6*288bf522SAndroid Build Coastguard Worker name: "computestats-defaults", 7*288bf522SAndroid Build Coastguard Worker 8*288bf522SAndroid Build Coastguard Worker cflags: [ 9*288bf522SAndroid Build Coastguard Worker "-Wall", 10*288bf522SAndroid Build Coastguard Worker "-Werror", 11*288bf522SAndroid Build Coastguard Worker ], 12*288bf522SAndroid Build Coastguard Worker 13*288bf522SAndroid Build Coastguard Worker target: { 14*288bf522SAndroid Build Coastguard Worker darwin: { 15*288bf522SAndroid Build Coastguard Worker enabled: false, 16*288bf522SAndroid Build Coastguard Worker }, 17*288bf522SAndroid Build Coastguard Worker }, 18*288bf522SAndroid Build Coastguard Worker} 19*288bf522SAndroid Build Coastguard Worker 20*288bf522SAndroid Build Coastguard Workercc_binary_host { 21*288bf522SAndroid Build Coastguard Worker name: "computestats", 22*288bf522SAndroid Build Coastguard Worker defaults: ["computestats-defaults"], 23*288bf522SAndroid Build Coastguard Worker srcs: ["computestats.c"], 24*288bf522SAndroid Build Coastguard Worker} 25*288bf522SAndroid Build Coastguard Worker 26*288bf522SAndroid Build Coastguard Workercc_binary_host { 27*288bf522SAndroid Build Coastguard Worker name: "computestatsf", 28*288bf522SAndroid Build Coastguard Worker defaults: ["computestats-defaults"], 29*288bf522SAndroid Build Coastguard Worker srcs: ["computestatsf.c"], 30*288bf522SAndroid Build Coastguard Worker} 31*288bf522SAndroid Build Coastguard Worker 32*288bf522SAndroid Build Coastguard Workersh_binary_host { 33*288bf522SAndroid Build Coastguard Worker name: "app-launcher", 34*288bf522SAndroid Build Coastguard Worker src: "app-launcher.sh", 35*288bf522SAndroid Build Coastguard Worker required: [ 36*288bf522SAndroid Build Coastguard Worker "computestats", 37*288bf522SAndroid Build Coastguard Worker "computestatsf", 38*288bf522SAndroid Build Coastguard Worker ], 39*288bf522SAndroid Build Coastguard Worker target: { 40*288bf522SAndroid Build Coastguard Worker darwin: { 41*288bf522SAndroid Build Coastguard Worker enabled: false, 42*288bf522SAndroid Build Coastguard Worker }, 43*288bf522SAndroid Build Coastguard Worker }, 44*288bf522SAndroid Build Coastguard Worker} 45