commit | a2b1102eef32822fe4d46748a8d38832653f15fd | [log] [tgz] |
---|---|---|
author | Ted Bauer <tedbauer@google.com> | Thu Apr 04 16:41:32 2024 +0000 |
committer | Ted Bauer <tedbauer@google.com> | Thu Apr 04 16:41:32 2024 +0000 |
tree | 22f1944a02d5cac4c3eda977fd08c26a65b26c19 | |
parent | 491a7c26e575c5a10b84b660e9a0d3eb5e2beffe [diff] |
Add container to .aconfig Change-Id: Ia3c4b59363d46a64c9329dd39cbcfee6113d329e Test: m Bug: 328444881
diff --git a/services/usb/Android.bp b/services/usb/Android.bp index e8ffe54..e00627e 100644 --- a/services/usb/Android.bp +++ b/services/usb/Android.bp
@@ -44,6 +44,7 @@ aconfig_declarations { name: "usb_flags", package: "com.android.server.usb.flags", + container: "system", srcs: ["**/usb_flags.aconfig"], }
diff --git a/services/usb/java/com/android/server/usb/flags/usb_flags.aconfig b/services/usb/java/com/android/server/usb/flags/usb_flags.aconfig index ea6e502..a7c5ddb 100644 --- a/services/usb/java/com/android/server/usb/flags/usb_flags.aconfig +++ b/services/usb/java/com/android/server/usb/flags/usb_flags.aconfig
@@ -1,4 +1,5 @@ package: "com.android.server.usb.flags" +container: "system" flag { name: "allow_restriction_of_overlay_activities"