core/tasks/find-shareduid-violation.mk
0 → 100644
+32
−0
core/tasks/find-shareduid-violation.py
0 → 100755
+66
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Find shareduid usage between the partitions(system, vendor, product).
Here is sample output
{
"android.uid.system": {
"product": [
"Settings.apk"
],
"system": [
"framework-res.apk",
"FusedLocation.apk",
"Telecom.apk",
"InputDevices.apk",
"SettingsProvider.apk",
"WallpaperBackup.apk",
"KeyChain.apk"
]
}
}
Bug: 123664116
Test: m -j out/target/product/$(get_build_var TARGET_DEVICE)/shareduid_violation_modules.txt
Change-Id: If2a75bf66b369cd3fad1744d08b6bfbfc624979c