diff options
author | 2025-01-03 05:49:51 +0000 | |
---|---|---|
committer | 2025-01-06 01:10:22 -0800 | |
commit | 6556446864b8cd10445e966d00ceede7d7ab19e4 (patch) | |
tree | aac48365805ead978cadc67afc3a3ffc1e310611 /apex | |
parent | d7ac1d76449ba1c58c502cbe6311862e7798ffb3 (diff) |
Use readonly version of aconfig flag for text and stamp anotations
Bug: 387223321
Test: Built Manually
Flag: EXEMPT bugfix
This has the same root cause as b/368409430. Use the readonly
version of aconfig flag, so there will be no
I/O involved in Isolated Processes which do not have permission
for I/O.
Change-Id: I5c61acde32364320c97d210bed69b048e306df90
Diffstat (limited to 'apex')
-rw-r--r-- | apex/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apex/Android.bp b/apex/Android.bp index e0105a136..83f2966c1 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -111,6 +111,7 @@ bootclasspath_fragment { split_packages: [ "android.graphics.pdf", "android.graphics.pdf.flags", + "android.graphics.pdf.flags.readonly", "android.provider", "android.provider.mediacognitionutils", "android.provider.media.internal.flags", |