diff options
| author | Danny Baumann <dannybaumann@web.de> | 2017-09-22 08:30:12 +0200 |
|---|---|---|
| committer | Rashed Abdel-Tawab <rashed@linux.com> | 2017-09-22 08:19:07 -0700 |
| commit | edc6b613415cf07f5c864bfb90998b33adae6c4b (patch) | |
| tree | 7894e45982006b40c8125fc4b315600f5c51d4e5 | |
| parent | 36accfe4ee2b472e2cfccd9d86a1bbd1073e4c56 (diff) | |
| download | android_hardware_lineage_interfaces-edc6b613415cf07f5c864bfb90998b33adae6c4b.tar.gz android_hardware_lineage_interfaces-edc6b613415cf07f5c864bfb90998b33adae6c4b.tar.bz2 android_hardware_lineage_interfaces-edc6b613415cf07f5c864bfb90998b33adae6c4b.zip | |
fingerprint: Rename to fingerprint@2.0-service
Turns out you _can_ rename service's versions so just do that.
Also change log tags to 2.0 service as well
Change-Id: Ie5c5d0d4ab06433015bd643046fe1c7037874f12
| -rw-r--r-- | biometrics/fingerprint/Android.bp | 4 | ||||
| -rw-r--r-- | biometrics/fingerprint/BiometricsFingerprint.cpp | 4 | ||||
| -rw-r--r-- | biometrics/fingerprint/android.hardware.biometrics.fingerprint@2.0-service.rc (renamed from biometrics/fingerprint/android.hardware.biometrics.fingerprint@2.1-service.2.0.rc) | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/biometrics/fingerprint/Android.bp b/biometrics/fingerprint/Android.bp index 583b0cf..86d3fab 100644 --- a/biometrics/fingerprint/Android.bp +++ b/biometrics/fingerprint/Android.bp @@ -14,9 +14,9 @@ // See the License for the specific language governing permissions and // limitations under the License. cc_binary { - name: "android.hardware.biometrics.fingerprint@2.1-service.2.0", + name: "android.hardware.biometrics.fingerprint@2.0-service", relative_install_path: "hw", - init_rc: ["android.hardware.biometrics.fingerprint@2.1-service.2.0.rc"], + init_rc: ["android.hardware.biometrics.fingerprint@2.0-service.rc"], srcs: ["service.cpp", "BiometricsFingerprint.cpp"], shared_libs: [ "libutils", diff --git a/biometrics/fingerprint/BiometricsFingerprint.cpp b/biometrics/fingerprint/BiometricsFingerprint.cpp index 7cf71b6..a83839f 100644 --- a/biometrics/fingerprint/BiometricsFingerprint.cpp +++ b/biometrics/fingerprint/BiometricsFingerprint.cpp @@ -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.0-service" +#define LOG_VERBOSE "android.hardware.biometrics.fingerprint@2.0-service" #include <hardware/hw_auth_token.h> diff --git a/biometrics/fingerprint/android.hardware.biometrics.fingerprint@2.1-service.2.0.rc b/biometrics/fingerprint/android.hardware.biometrics.fingerprint@2.0-service.rc index 4be55f9..076d904 100644 --- a/biometrics/fingerprint/android.hardware.biometrics.fingerprint@2.1-service.2.0.rc +++ b/biometrics/fingerprint/android.hardware.biometrics.fingerprint@2.0-service.rc @@ -1,4 +1,4 @@ -service fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service.2.0 +service fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.0-service # "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. |
