summaryrefslogtreecommitdiff
path: root/init.bullhead.nanohub.rc
AgeCommit message (Collapse)Author
2017-04-21Initialize sensor hal data storage directory at startPeng Xu
Test: system boots with no "Discarded xxx bytes of inotify data" Bug: 37480448 Change-Id: I80d9542bc19ceaaa10bebf0733a514aafaa3d1a4
2017-04-11Move nanoapp_cmd to /vendorBen Fennema
Test: lunch bullhead; make vendorimage; fastboot -w flash vendor vendor.img # on bullhead Bug: 37186862 Signed-off-by: Ben Fennema <fennema@google.com> Change-Id: I8dbcbcc12ce5c5db84169894210c5b96e7007024
2016-02-26init: change path to nanoapp_cmdTrevor Bunker
Change-Id: If700a8886d5e96ade70fdc2666b2d172ebedccf1
2016-02-17sensorhub: resolve power regression - switch back to nanohubBen Fennema
type=1400 audit(2006333.400:4): avc: denied { write } for pid=364 comm="nanoapp_cmd" name="download_bl" dev="sysfs" ino=18726 scontext=u:r:nanoapp_cmd:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0 Bug: 27122067 Bug: 27057077 Change-Id: Ibbe06d855c6a2079d1f8c986a563a5e01c00b242 Signed-off-by: Ben Fennema <fennema@google.com>
2016-02-08sensorhub: switch from chinook to nanohubBen Fennema
Change-Id: Ib3cdc6726911ccefe9c916cae16c88645f191665 Signed-off-by: Ben Fennema <fennema@google.com>
2015-10-08Allow alternative sensorhub implementationSimon Wilson
Nanohub requires the use of an alternative Linux kernel, sensor HALs, and related utils. When TARGET_USES_CHINOOK_SENSORHUB is false or unset, use the alternatives. The change also moves the TARGET_USES_CHINOOK_SENSORHUB from vendor to device. The variable is used in both places so the location should be in device, not vendor (since vendor is optional). Change-Id: I94e6de4b09a5a95baef72e7d1be0652539555104