summaryrefslogtreecommitdiff
path: root/config.fs
Commit message (Collapse)AuthorAgeFilesLines
* b4s4: merge branch lineage-21 into U14.0Siluxsept2024-08-051-6/+0
| | | | Change-Id: I7c3451be9ca50acddafb9894776dbab73619d658
* pixelstats: remove references to local codeMaggie White2019-04-111-3/+0
| | | | | | | Bug: 122904980 Test: it builds Change-Id: I8b27f93c2527a1bf9ea48cb50bca3a6d622012f3 Signed-off-by: Maggie White <maggiewhite@google.com>
* health HAL: implement health HALDenny cy Lee2018-10-301-0/+6
| | | | | | | | | | | | | | sync from: ag/5235847 Test: lshal debug android.hardware.health@2.0::IHealth/default Test: vts-tradefed run singleCommand vts -m VtsHalHealthV2_0Target Test: vts-tradefed run singleCommand vts -m VtsHalHealthV1_0Target Bug: 117744364 Bug: 117744536 Bug: 117744136 Change-Id: I6e2338753b57d03bf830cc2e9e27a06a8754e519 Signed-off-by: Denny cy Lee <dennycylee@google.com>
* Add QTI DIAG and RFS AIDs to config.fsSiddeswar Aluganti2018-05-241-0/+9
| | | | | Bug: 79367535 Change-Id: Ic74e3663e159166bfa82a01d718aebf7cdab5f0c
* Prefix the pixelstats_system AID with vendor_Tom Cherry2018-05-141-1/+1
| | | | | | Bug: 79528966 Test: builds Change-Id: Ie4300b2724470abe35a30b5eea42dcd4e890fabd
* use config.fs and add AID_PIXELSTATS_SYSTEMAndrew Chant2018-05-071-0/+51
config.fs is required to add new oem user IDs. See: https://source.android.com/devices/tech/config/filesystem Add AID_PIXELSTATS_SYSTEM via config.fs This user ID is used for the pixelstats-system daemon. Replace the old android_filesystem_config with config.fs. Note the bluetooth_fw directory that is not covered in the new config doesn't exist anyways, so the entry is moot. Bug: 69978775 Test: Booted on crosshatch blueline:/ # ps -A | grep pixel pixelstats_system 769 1 16144 2676 binder_ioctl 0 S hardware.google.pixelstats@1.0-service Change-Id: Ic2eca85868d80d3746b25effa88b128ada6ad80f