Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97d6a28a authored by Arthur Ishiguro's avatar Arthur Ishiguro
Browse files

Update flag for offload implementation

Bug: 378487799
Flag: android.chre.flags.offload_implementation
Test: Compile
Change-Id: Ie91680169ca1f34d330a6f25ce8ff7c8d64fe95e
parent dffb9c08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -325,7 +325,7 @@ public class ContextHubService extends IContextHubService.Stub {
            return;
        }

        if (Flags.offloadApi()) {
        if (Flags.offloadApi() && Flags.offloadImplementation()) {
            HubInfoRegistry registry;
            try {
                registry = new HubInfoRegistry(mContextHubWrapper);