1*1208bc7eSAndroid Build Coastguard Worker#!/bin/sh 2*1208bc7eSAndroid Build Coastguard Worker 3*1208bc7eSAndroid Build Coastguard Workerif [ "x${enable_prof}" = "x1" ] ; then 4*1208bc7eSAndroid Build Coastguard Worker export MALLOC_CONF="prof:true,prof_thread_active_init:false,lg_prof_sample:0" 5*1208bc7eSAndroid Build Coastguard Workerfi 6