mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Make CredentialManager abstract
An abstract CredentialManager will help with unit testing. Also added an empty CredentialManagerImpl class. PiperOrigin-RevId: 463651261
This commit is contained in:
committed by
Copybara-Service
parent
c40a669755
commit
be140a71d5
@@ -70,6 +70,7 @@ cc_library(
|
||||
"//internal/platform:__pkg__",
|
||||
"//internal/platform/implementation:__subpackages__",
|
||||
"//third_party/nearby/presence:__pkg__",
|
||||
"//third_party/nearby/presence/implementation:__pkg__",
|
||||
],
|
||||
deps = [
|
||||
"//connections/clients/windows:types",
|
||||
|
||||
Reference in New Issue
Block a user