Skip to content
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 number Diff line number Diff 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
2 changes: 1 addition & 1 deletion HAL/android.hardware.security.keymint-service.strongbox.rc
Original file line number Diff line number Diff 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