| commit | 077343adb6e61376e85d3cd42167f5883491e738 | [log] [tgz] |
|---|---|---|
| author | Songchun Fan <schfan@google.com> | Fri Aug 09 16:52:41 2024 +0000 |
| committer | Song Chun Fan <schfan@google.com> | Fri Aug 09 20:52:13 2024 +0000 |
| tree | b8cc3a26ed3f2270c834fd565a80d78d1dab9bfe | |
| parent | b7e715d8d900f0095cfd66be459f9960c36651ff [diff] [blame] |
[pm] a system config to let oems register uids BUG: 287574607 Test: manually enable the flag and set a test uid via the xml and verify that the uid is added by adding logs. Notice that the newly added uid will be cleared if there's no package installed with the specified shared uid. (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:616d913df8e3bb896173b807b005efca3b82201d) Change-Id: Ic436003390c8feb4c5e9a36106abc1f7ab7f5a46
diff --git a/data/etc/Android.bp b/data/etc/Android.bp index 1410950..564b87b 100644 --- a/data/etc/Android.bp +++ b/data/etc/Android.bp
@@ -78,6 +78,12 @@ src: "package-shareduid-allowlist.xml", } +prebuilt_etc { + name: "oem-defined-uids.xml", + sub_dir: "sysconfig", + src: "oem-defined-uids.xml", +} + // Privapp permission whitelist files prebuilt_etc {