summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-04-06 22:10:42 -0700
committerSteven Moreland <smoreland@google.com>2017-04-07 17:04:47 -0700
commitfa3700ba0bfca7897b7a8ef91438f7e10a5bb491 (patch)
tree45ff58ea2b1389556169bb8c90d2bdbdc53a4d6f /Android.bp
parent87b1d8e2a7172654b7f2ed34fd75b358a2705857 (diff)
downloadinterfaces-fa3700ba0bfca7897b7a8ef91438f7e10a5bb491.tar.gz
Scheduler service interface.
This is required for certain HALs to be able to request SCHED_FIFO priority. This allows porting of HAL optimizations into HIDL. Test: marlin camera successfully sets priority. Bug: 29251823 Change-Id: I648e04ce415c093da6280ae5437e1ad8badf79d4
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 1849915..e4a8b9c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,6 @@
// This is an autogenerated file, do not edit.
subdirs = [
+ "schedulerservice/1.0",
"sensorservice/1.0",
"sensorservice/1.0/vts/functional",
"vr/composer/1.0",