I am trying to selectively disable android.bp inside "
bsp/Intel/hardware/intel/audio/coe/utilities" for building "libaudio_comms_utilities" , a similar component is being developed by my company X and i have to select the "libaudio_comms_utilities" from X and not from "
bsp/Intel/hardware/intel/audio/coe/utilities" , currently i am statically renaming the file before build to Android.bp_old inside the intel directoty . Can we do this in a cleaner way where we dinamically deselect the bp file while building .
Any hints will be appricaited.