Skip to content
This repository was archived by the owner on May 24, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion HAL/OmapiTransport.cpp
Original file line numberDiff line numberDiff line change
Expand Up@@ -38,7 +38,7 @@ bool OmapiTransport::initialize() {
LOG(DEBUG) << "Initialize the secure element connection";

// Get OMAPI vendor stable service handler
::ndk::SpAIBinder ks2Binder(AServiceManager_getService(omapiServiceName));
::ndk::SpAIBinder ks2Binder(AServiceManager_checkService(omapiServiceName));
omapiSeService = aidl::android::se::omapi::ISecureElementService::fromBinder(ks2Binder);

if (omapiSeService == nullptr) {
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
service vendor.keymint-strongbox /vendor/bin/hw/android.hardware.security.keymint-service.strongbox
class early_hal
user nobody
user jc_strongbox