commit | f1d00f0f2a897f76060b5083b9b0f9c051b16c51 | [log] [tgz] |
---|---|---|
author | Neill Kapron <nkapron@google.com> | Tue Nov 19 02:13:33 2024 +0000 |
committer | Neill Kapron <nkapron@google.com> | Tue Nov 19 02:47:16 2024 +0000 |
tree | 242ddcd2f962cf528ba1eaff35743eb650996089 | |
parent | d7f95d9e69865f8133515f1f3dffb2b0478d9baa [diff] |
libcutils: create rust bindings for android ids For work on the new rust based bpfloader, we need access to the IDs in android_filesystem_config.h for owner/group permissions of pinned bpf programs and maps. Create android_ids crate to expose this information to rust. Bug: 359646531 Test: Manual Change-Id: Iee827d8a80a82fbee02a76280668071713625abf Signed-off-by: Neill Kapron <nkapron@google.com>