summaryrefslogtreecommitdiff
path: root/gsi_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'gsi_service.h')
-rw-r--r--gsi_service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gsi_service.h b/gsi_service.h
index b828899..a853e2b 100644
--- a/gsi_service.h
+++ b/gsi_service.h
@@ -82,6 +82,7 @@ class GsiService : public BinderService<GsiService>, public BnGsiService {
binder::Status openImageService(const std::string& prefix,
android::sp<IImageService>* _aidl_return) override;
binder::Status dumpDeviceMapperDevices(std::string* _aidl_return) override;
+ binder::Status getAvbPublicKey(AvbPublicKey* dst, int32_t* _aidl_return) override;
// This is in GsiService, rather than GsiInstaller, since we need to access
// it outside of the main lock which protects the unique_ptr.