hidl: biometrics: fingerprint: Rebrand to Nothing

Change-Id: Icd5dfab05ca571ef36e8b2b1ce1bad9239877282
This commit is contained in:
Sebastiano Barezzi
2022-04-30 23:06:03 +02:00
committed by x0x00044
parent 547d09425f
commit ae629afa8c
5 changed files with 9 additions and 9 deletions

View File

@@ -8,10 +8,10 @@ package {
}
cc_binary {
name: "android.hardware.biometrics.fingerprint@2.1-service",
name: "android.hardware.biometrics.fingerprint@2.1-service.nothing",
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.nothing.rc"],
vintf_fragments: ["android.hardware.biometrics.fingerprint@2.1-service.nothing.xml"],
vendor: true,
relative_install_path: "hw",
srcs: [
@@ -28,11 +28,11 @@ cc_binary {
"android.hardware.biometrics.fingerprint@2.1",
],
header_libs: ["xiaomifingerprint_headers"],
header_libs: ["nothingfingerprint_headers"],
}
cc_library_headers {
name: "xiaomifingerprint_headers",
name: "nothingfingerprint_headers",
export_include_dirs: ["include"],
vendor: true,
header_libs: ["libhardware_headers"],

View File

@@ -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.nothing"
#define LOG_VERBOSE "android.hardware.biometrics.fingerprint@2.1-service.nothing"
#include <hardware/hw_auth_token.h>

View File

@@ -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.nothing
# "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.

View File

@@ -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.nothing"
#include <android/log.h>
#include <hidl/HidlSupport.h>