Skip to content
Snippets Groups Projects
Commit 61d00c02 authored by Dennis Shen's avatar Dennis Shen Committed by Android (Google) Code Review
Browse files

Merge "frameworks: updates to use new aconfig storage read api and add storage...

Merge "frameworks: updates to use new aconfig storage read api and add storage files into allow list so these files can be accessed." into main
parents 64efd8de 5b884e42
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,9 @@ static const char* kPathAllowlist[] = {
"/dev/dri/renderD129", // Fixes b/31172436
"/dev/stune/foreground/tasks",
"/dev/blkio/tasks",
"/metadata/aconfig/maps/system.package.map",
"/metadata/aconfig/maps/system.flag.map",
"/metadata/aconfig/boot/system.val"
};
static const char kFdPath[] = "/proc/self/fd";
......
......@@ -115,6 +115,7 @@ cc_defaults {
"libharfbuzz_ng",
"libminikin",
"server_configurable_flags",
"libaconfig_storage_read_api_cc"
],
static_libs: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment