summaryrefslogtreecommitdiff
path: root/core/java/android/transparency
Commit message (Collapse)AuthorAgeFilesLines
* transparency: update OWNERS fileWenhao Wang2022-04-141-2/+3
| | | | | | | | | | Add owner and update bug component ID. Bug: 229285107 Test: N/A Ignore-AOSP-First: currently unavailable on AOSP Change-Id: I137ae36b942987c85f7668a8333aee8e9fa6307f (cherry picked from commit a53ca1928f7ead6193a8e9ae64600ad3268a9ab1)
* Add BinaryTransparencyService as new SystemService.Billy Lau2022-01-242-0/+87
Bug: 197684182 Created a new system service that aggregates information about: 1) signed partitions on device 2) APEXs installed on device 3) Modules installed on device Introduces new adb shell commands as below: adb shell cmd transparency get image_info [-a] adb shell cmd transparency get apex_info [-v] adb shell cmd transparency get module_info [-v] Test: Built and tested locally on a bramble - the device boots. Issuing adb shell commands as above provides correct outputs. Change-Id: I2cae1bd794456688779c70c65b3f5ec8bcd7c6b3