android_device_oneplus_dre/wifi-mac-generator/Android.bp
Albert Tang 8abcf2d6c7 dre: Use local version of wifi-mac-generator
MAC_1_PATH does not exist in the N200, causing a 10-second delay in
generating MAC addresses. By that point, the WLAN driver has already
failed to get a MAC address, thus leaving Wi-Fi broken.

Change-Id: Iab2d34aa9db9e8843108b90b203e82f915c79bda
2022-07-18 14:38:43 -05:00

6 lines
142 B
Text

sh_binary {
name: "wifi-mac-generator-dre",
init_rc: ["wifi-mac-generator.rc"],
src: "wifi-mac-generator.sh",
vendor: true,
}