Use CONFIG_CTRL_IFACE_AIDL instead of ANDROID

Currently, scanning will not be started automatically (guard by ifndef
ANDROID) until receive command from aidl.

For wpa_supplicant build without aidl, scanning should starts
automatically since there is no IPC to trigger the scan. So instead of guarded by ifndef ANDROID, use ifdef
CONFIG_CTRL_IFACE_AIDL.

Bug: 254108688
Test: manual
Change-Id: I89652072bbb670fb98b8dbcbc704aa714b79b4b4
1 file changed