dubai: Rebrand to bangkk
Change-Id: Ie4b9250a351cf20009372e9b9bb4cc9f90891efe
This commit is contained in:
parent
915abacb0a
commit
1f0ab69acd
27 changed files with 59 additions and 59 deletions
|
|
@ -1,8 +1,8 @@
|
|||
cc_binary {
|
||||
name: "android.hardware.biometrics.fingerprint@2.3-service.dubai",
|
||||
name: "android.hardware.biometrics.fingerprint@2.3-service.bangkk",
|
||||
defaults: ["hidl_defaults"],
|
||||
init_rc: ["android.hardware.biometrics.fingerprint@2.3-service.dubai.rc"],
|
||||
vintf_fragments: ["android.hardware.biometrics.fingerprint@2.3-service.dubai.xml"],
|
||||
init_rc: ["android.hardware.biometrics.fingerprint@2.3-service.bangkk.rc"],
|
||||
vintf_fragments: ["android.hardware.biometrics.fingerprint@2.3-service.bangkk.xml"],
|
||||
relative_install_path: "hw",
|
||||
srcs: [
|
||||
"service.cpp",
|
||||
|
|
@ -22,7 +22,7 @@ cc_binary {
|
|||
}
|
||||
|
||||
cc_library_static {
|
||||
name: "libudfps_extension.dubai",
|
||||
name: "libudfps_extension.bangkk",
|
||||
srcs: ["UdfpsExtension.cpp"],
|
||||
include_dirs: [
|
||||
"frameworks/native/services/surfaceflinger/CompositionEngine/include"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
#define LOG_TAG "android.hardware.biometrics.fingerprint@2.3-service.dubai"
|
||||
#define LOG_TAG "android.hardware.biometrics.fingerprint@2.3-service.bangkk"
|
||||
|
||||
#include "BiometricsFingerprint.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
service vendor.fps_hal.dubai /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.3-service.dubai
|
||||
service vendor.fps_hal.bangkk /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.3-service.bangkk
|
||||
# "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.3-service.dubai"
|
||||
#define LOG_TAG "android.hardware.biometrics.fingerprint@2.3-service.bangkk"
|
||||
#include <android-base/logging.h>
|
||||
#include <hidl/HidlTransportSupport.h>
|
||||
#include "BiometricsFingerprint.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue