commit | 57ffbcfc79cd9f7a8389bfcbabea0bced5ed4dba | [log] [tgz] |
---|---|---|
author | Roshan Pius <rpius@google.com> | Tue Sep 27 09:12:46 2016 -0700 |
committer | Roshan Pius <rpius@google.com> | Mon Oct 24 09:25:31 2016 -0700 |
tree | 1f43c82972da9bca4e9380c01ab69890d6ad4879 | |
parent | 390ba2881ef621db480848b7e50b93d61542206a [diff] |
wpa_supplicant: HIDL implementation (1/2) Renamed all file and variable names to "HIDL" from "Binder"/"AIDL". Commands run: rename 's/binder/hidl/' * find . -type f -exec sed -i "s/binder/hidl/g" {} \; find . -type f -exec sed -i "s/Binder/Hidl/g" {} \; find . -type f -exec sed -i "s/BINDER/HIDL/g" {} \; Bug: 31365276 Test: None Change-Id: I435f91540027d55143eebc03afdbf463b5b092f7