aboutsummaryrefslogtreecommitdiff
path: root/apps/host_awake_world/host_awake_world.cc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/host_awake_world/host_awake_world.cc')
-rw-r--r--apps/host_awake_world/host_awake_world.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/host_awake_world/host_awake_world.cc b/apps/host_awake_world/host_awake_world.cc
index 00798c70..4238d1ad 100644
--- a/apps/host_awake_world/host_awake_world.cc
+++ b/apps/host_awake_world/host_awake_world.cc
@@ -84,8 +84,6 @@ void nanoappEnd() {
#include "chre/platform/static_nanoapp_init.h"
#include "chre/util/nanoapp/app_id.h"
-#include "chre/util/system/napp_permissions.h"
-CHRE_STATIC_NANOAPP_INIT(HostAwakeWorld, chre::kHostAwakeWorldAppId, 0,
- chre::NanoappPermissions::CHRE_PERMS_NONE);
+CHRE_STATIC_NANOAPP_INIT(HostAwakeWorld, chre::kHostAwakeWorldAppId, 0);
#endif // CHRE_NANOAPP_INTERNAL