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

Commit 1547e801 authored by Janis Danisevskis's avatar Janis Danisevskis
Browse files

Fix build error when building with ENABLE_TREBLE=true

Fixes use of renamed header file hidl/IServiceManager.h

Test: builds with ENALBE_TREBLE=true
Change-Id: I519e081a003bfd5b909522660df84a1f3450d2ef
parent 08c3dfde
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
#include <sys/types.h>

#include <android-base/logging.h>
#include <hidl/IServiceManager.h>
#include <hidl/ServiceManagement.h>
#include <utils/Atomic.h>
#include <utils/Errors.h>
#include <utils/Singleton.h>