forked from donjohanliebert/hardware_xiaomi
hidl: biometrics: fingerprint: Rebrand to Xiaomi
Change-Id: Icd5dfab05ca571ef36e8b2b1ce1bad9239877282
This commit is contained in:
parent
285a312393
commit
5ca97f754e
@ -8,10 +8,10 @@ package {
|
||||
}
|
||||
|
||||
cc_binary {
|
||||
name: "android.hardware.biometrics.fingerprint@2.1-service",
|
||||
name: "android.hardware.biometrics.fingerprint@2.1-service.xiaomi",
|
||||
defaults: ["hidl_defaults"],
|
||||
init_rc: ["android.hardware.biometrics.fingerprint@2.1-service.rc"],
|
||||
vintf_fragments: ["android.hardware.biometrics.fingerprint@2.1-service.xml"],
|
||||
init_rc: ["android.hardware.biometrics.fingerprint@2.1-service.xiaomi.rc"],
|
||||
vintf_fragments: ["android.hardware.biometrics.fingerprint@2.1-service.xiaomi.xml"],
|
||||
vendor: true,
|
||||
relative_install_path: "hw",
|
||||
srcs: [
|
||||
|
@ -13,8 +13,8 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
#define LOG_TAG "android.hardware.biometrics.fingerprint@2.1-service"
|
||||
#define LOG_VERBOSE "android.hardware.biometrics.fingerprint@2.1-service"
|
||||
#define LOG_TAG "android.hardware.biometrics.fingerprint@2.1-service.xiaomi"
|
||||
#define LOG_VERBOSE "android.hardware.biometrics.fingerprint@2.1-service.xiaomi"
|
||||
|
||||
#include <hardware/hw_auth_token.h>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
service vendor.fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service
|
||||
service vendor.fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service.xiaomi
|
||||
# "class hal" causes a race condition on some devices due to files created
|
||||
# in /data. As a workaround, postpone startup until later in boot once
|
||||
# /data is mounted.
|
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define LOG_TAG "android.hardware.biometrics.fingerprint@2.1-service"
|
||||
#define LOG_TAG "android.hardware.biometrics.fingerprint@2.1-service.xiaomi"
|
||||
|
||||
#include <android/log.h>
|
||||
#include <hidl/HidlSupport.h>
|
||||
|
Loading…
Reference in New Issue
Block a user