diff options
author | 2025-01-07 17:48:00 -0800 | |
---|---|---|
committer | 2025-01-07 17:48:00 -0800 | |
commit | d8497f5052ca09e622e5bec9d9e07a79c75edca8 (patch) | |
tree | be757adff79a863572fdfa931def9314125fa705 /apex | |
parent | a51594b5c1b7743925bfc00962661e4d09e3df65 (diff) | |
parent | 6556446864b8cd10445e966d00ceede7d7ab19e4 (diff) |
Merge "Use readonly version of aconfig flag for text and stamp anotations" into main
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", |