hidl: biometrics: fingerprint: Rebrand to Nothing
Change-Id: Icd5dfab05ca571ef36e8b2b1ce1bad9239877282
This commit is contained in:
committed by
x0x00044
parent
547d09425f
commit
ae629afa8c
@@ -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"],
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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.
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user