summaryrefslogtreecommitdiff
path: root/libqservice
diff options
context:
space:
mode:
authorNaseer Ahmed <naseer@codeaurora.org>2016-05-13 12:44:52 -0400
committerNaseer Ahmed <naseer@codeaurora.org>2016-05-13 15:03:43 -0400
commit57db735386f6a603a2e7982cd5b214ce9530e879 (patch)
tree9cfe012a9ff578b95f427f60901749ffbd582c86 /libqservice
parent41451ddbd433a2b3477fb565fba49896fceed1a1 (diff)
parent33d6fee3222dca85952a882fa23cc8a6a9731dcc (diff)
downloaddisplay-57db735386f6a603a2e7982cd5b214ce9530e879.tar.gz
Merge branch 'LA.HB.1.3.9' into display.lnx.3.0-dev
Merge in newer HALs not present earlier in this branch Change-Id: I2832d00beccf86dd0929b78c6be1be5f2b0881fe CRs-fixed: 1015411
Diffstat (limited to 'libqservice')
-rw-r--r--libqservice/IQService.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/libqservice/IQService.cpp b/libqservice/IQService.cpp
index 6545427d..d47f2e92 100644
--- a/libqservice/IQService.cpp
+++ b/libqservice/IQService.cpp
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2010 The Android Open Source Project
- * Copyright (C) 2012-2014, The Linux Foundation. All rights reserved.
+ * Copyright (C) 2012-2016, The Linux Foundation. All rights reserved.
*
* Not a Contribution, Apache license notifications and license are
* retained for attribution purposes only.
@@ -91,6 +91,7 @@ status_t BnQService::onTransact(
const bool permission = (callerUid == AID_MEDIA ||
callerUid == AID_GRAPHICS ||
callerUid == AID_ROOT ||
+ callerUid == AID_CAMERASERVER ||
callerUid == AID_SYSTEM);
if (code == CONNECT_HWC_CLIENT) {