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 | |
| parent | 0dbe6326a7eeade8351086224bb01e52404e3a89 (diff) | |
| parent | ce2753aa3df6d4f42b84f8440485e5bbc9dd56d3 (diff) | |
Merge "RESTRICT AUTOMERGE Set the container field of aconfig flags" into main
Diffstat (limited to 'libs/bufferstreams')
| -rw-r--r-- | libs/bufferstreams/Android.bp | 1 | ||||
| -rw-r--r-- | libs/bufferstreams/aconfig/bufferstreams_flags.aconfig | 1 |
2 files changed, 2 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", ], diff --git a/libs/bufferstreams/aconfig/bufferstreams_flags.aconfig b/libs/bufferstreams/aconfig/bufferstreams_flags.aconfig index e258725e3d..d0f7812d21 100644 --- a/libs/bufferstreams/aconfig/bufferstreams_flags.aconfig +++ b/libs/bufferstreams/aconfig/bufferstreams_flags.aconfig @@ -1,4 +1,5 @@ package: "com.android.graphics.bufferstreams.flags" +container: "system" flag { name: "bufferstreams_steel_thread" |