platform_build/tools/aconfig
Mårten Kongstad d408e96505 aflags: list: merge package and name into fully qualified name
Print the fully qualified name instead of splitting flag package and
flag name into separate columns. This aligns the output with the
expected input to `aflags enable <fully-qualified-name>` and makes it
easier to copy-and-paste the flag names.

Before this change:

  $ adb shell aflags list | head -n4
  android.app.admin.flags                   cross_user_suspension_enabled                                              false default read-write system
  android.app.admin.flags                   dedicated_device_control_enabled                                           false default read-write system
  android.app.admin.flags                   device_policy_size_tracking_enabled                                        false default read-write system
  android.app.admin.flags                   dumpsys_policy_engine_migration_enabled                                    false default read-write system

After this change:

  $ adb shell aflags list | head -n4
  android.app.admin.flags.cross_user_suspension_enabled                                                           false default read-write system
  android.app.admin.flags.dedicated_device_control_enabled                                                        false default read-write system
  android.app.admin.flags.device_policy_size_tracking_enabled                                                     false default read-write system
  android.app.admin.flags.dumpsys_policy_engine_migration_enabled                                                 false default read-write system

Bug: N/A
Test: adb shell aflags list
Change-Id: I3227c9c9c7355b5b0c1b75ada73b1a8f87d1be55
2024-03-07 14:58:14 +01:00
..
aconfig set exportable to true for aconfig.test.exported.flags 2024-03-05 22:27:09 +00:00
aconfig_protos aconfig_proto: add doc in aconfig.proto file 2024-02-05 16:41:56 +00:00
aconfig_storage_file aconfig: move aconfig_storage_metadata proto and its apis to 2024-03-06 22:05:02 +00:00
aconfig_storage_read_api aconfig: move aconfig_storage_metadata proto and its apis to 2024-03-06 22:05:02 +00:00
aflags aflags: list: merge package and name into fully qualified name 2024-03-07 14:58:14 +01:00
fake_device_config Modify dependencies of fake_device_config 2024-02-13 06:54:49 +00:00
overrideflags overrideflags: change local override list name 2023-10-23 18:19:29 +00:00
printflags printflags: print flags declared in mainline module 2024-03-04 22:03:05 +00:00
.gitignore
Cargo.toml aconfig: remove reference to non-existent workspace member "aconfig_storage_write_api" 2024-03-07 09:18:33 +01:00
MODULE_LICENSE_APACHE2
OWNERS aconfig: update aconfig owners 2023-12-08 19:14:17 +00:00
PREUPLOAD.cfg
rustfmt.toml
TEST_MAPPING aconfig: split aconfig_storage_file crate 2024-03-04 21:12:43 +00:00