commit | a4e178e6dd354b8eead855c8e9e47567c79349db | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Tue Apr 30 22:06:28 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Tue Apr 30 22:06:28 2024 +0000 |
tree | 3dafbabbf29982dec21a9a305a99956f992b4a96 | |
parent | 6c8455c22b05da251116afbe6032f1eb8fd97241 [diff] [blame] |
fix container designation, it should be system_ext Bug: b/338095619 Change-Id: I8ee2fd5fad529da2026af77f969abbf88e636ac3
diff --git a/aconfig/Android.bp b/aconfig/Android.bp index d511d04..f7b4881 100644 --- a/aconfig/Android.bp +++ b/aconfig/Android.bp
@@ -6,7 +6,7 @@ aconfig_declarations { name: "aconfig_settings_flags", package: "com.android.settings.flags", - container: "system", + container: "system_ext", srcs: [ "*.aconfig", ],