diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2019-08-31 18:52:20 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-09-18 19:09:12 +0200 |
commit | 73bc815d397b47f1d6d0c74f98d4a4b697b19a96 (patch) | |
tree | a64b72f884a6eb98fee58178d357a133cb33821a /biometrics | |
parent | 396498da87b9dbb7cd9783fefea1bd24a3ebc704 (diff) |
sdm660-common: Convert to 660 common tree
Change-Id: I903039730f4181f6a326f28e0ea212db68bdabcc
Diffstat (limited to 'biometrics')
-rw-r--r-- | biometrics/Android.bp | 4 | ||||
-rw-r--r-- | biometrics/BiometricsFingerprint.cpp | 2 | ||||
-rw-r--r-- | biometrics/android.hardware.biometrics.fingerprint@2.1-service.xiaomi_sdm660.rc (renamed from biometrics/android.hardware.biometrics.fingerprint@2.1-service.xiaomi_wayne.rc) | 2 | ||||
-rw-r--r-- | biometrics/service.cpp | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/biometrics/Android.bp b/biometrics/Android.bp index d6d1362..dacc3e3 100644 --- a/biometrics/Android.bp +++ b/biometrics/Android.bp @@ -14,10 +14,10 @@ // limitations under the License. cc_binary { - name: "android.hardware.biometrics.fingerprint@2.1-service.xiaomi_wayne", + name: "android.hardware.biometrics.fingerprint@2.1-service.xiaomi_sdm660", relative_install_path: "hw", defaults: ["hidl_defaults"], - init_rc: ["android.hardware.biometrics.fingerprint@2.1-service.xiaomi_wayne.rc"], + init_rc: ["android.hardware.biometrics.fingerprint@2.1-service.xiaomi_sdm660.rc"], srcs: ["service.cpp", "BiometricsFingerprint.cpp"], shared_libs: [ "libbase", diff --git a/biometrics/BiometricsFingerprint.cpp b/biometrics/BiometricsFingerprint.cpp index bd934d2..42243ab 100644 --- a/biometrics/BiometricsFingerprint.cpp +++ b/biometrics/BiometricsFingerprint.cpp @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#define LOG_TAG "android.hardware.biometrics.fingerprint@2.1-service.xiaomi_wayne" +#define LOG_TAG "android.hardware.biometrics.fingerprint@2.1-service.xiaomi_sdm660" #include <cutils/properties.h> diff --git a/biometrics/android.hardware.biometrics.fingerprint@2.1-service.xiaomi_wayne.rc b/biometrics/android.hardware.biometrics.fingerprint@2.1-service.xiaomi_sdm660.rc index d3890ed..00312b3 100644 --- a/biometrics/android.hardware.biometrics.fingerprint@2.1-service.xiaomi_wayne.rc +++ b/biometrics/android.hardware.biometrics.fingerprint@2.1-service.xiaomi_sdm660.rc @@ -11,7 +11,7 @@ on boot chown system system /sys/devices/soc/soc:fpc1020/wakeup_enable chmod 0660 /sys/devices/soc/soc:fpc1020/wakeup_enable -service vendor.fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service.xiaomi_wayne +service vendor.fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service.xiaomi_sdm660 class late_start user system group system input diff --git a/biometrics/service.cpp b/biometrics/service.cpp index ca36c46..bf833b3 100644 --- a/biometrics/service.cpp +++ b/biometrics/service.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_TAG "android.hardware.biometrics.fingerprint@2.1-service.xiaomi_wayne" +#define LOG_TAG "android.hardware.biometrics.fingerprint@2.1-service.xiaomi_sdm660" #include <android/log.h> #include <hidl/HidlTransportSupport.h> |