diff options
| author | 2024-05-03 14:09:48 +0000 | |
|---|---|---|
| committer | 2024-05-03 14:09:48 +0000 | |
| commit | 89aad7ea5ed17f98296fb6171d48eefbf93dc912 (patch) | |
| tree | 8df10d22089ca317f57d3d9d97d45d5b86fd7fa2 /libs/bufferstreams/Android.bp | |
| parent | 0dbe6326a7eeade8351086224bb01e52404e3a89 (diff) | |
| parent | ce2753aa3df6d4f42b84f8440485e5bbc9dd56d3 (diff) | |
Merge "RESTRICT AUTOMERGE Set the container field of aconfig flags" into main
Diffstat (limited to 'libs/bufferstreams/Android.bp')
| -rw-r--r-- | libs/bufferstreams/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/bufferstreams/Android.bp b/libs/bufferstreams/Android.bp index 365fc457d1..6c2a980f71 100644 --- a/libs/bufferstreams/Android.bp +++ b/libs/bufferstreams/Android.bp @@ -19,6 +19,7 @@ package { aconfig_declarations { name: "bufferstreams_flags", package: "com.android.graphics.bufferstreams.flags", + container: "system", srcs: [ "aconfig/bufferstreams_flags.aconfig", ], |