diff options
3 files changed, 16 insertions, 0 deletions
diff --git a/aconfig/trunk_staging/android.location.flags/missing_attribution_tags_in_overlay_flag_values.textproto b/aconfig/trunk_staging/android.location.flags/missing_attribution_tags_in_overlay_flag_values.textproto new file mode 100644 index 00000000..4bea345a --- /dev/null +++ b/aconfig/trunk_staging/android.location.flags/missing_attribution_tags_in_overlay_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.location.flags" + name: "missing_attribution_tags_in_overlay" + state: ENABLED + permission: READ_WRITE +} diff --git a/aconfig/trunk_staging/android.location.flags/service_watcher_unstable_fallback_flag_values.textproto b/aconfig/trunk_staging/android.location.flags/service_watcher_unstable_fallback_flag_values.textproto new file mode 100644 index 00000000..68250113 --- /dev/null +++ b/aconfig/trunk_staging/android.location.flags/service_watcher_unstable_fallback_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.location.flags" + name: "service_watcher_unstable_fallback" + state: ENABLED + permission: READ_ONLY +} diff --git a/flag_values/trunk_staging/RELEASE_ZUMAPRO_TARGET_ARCH_VARIANT_ARMV92.textproto b/flag_values/trunk_staging/RELEASE_ZUMAPRO_TARGET_ARCH_VARIANT_ARMV92.textproto new file mode 100644 index 00000000..76f2ccdf --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_ZUMAPRO_TARGET_ARCH_VARIANT_ARMV92.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_ZUMAPRO_TARGET_ARCH_VARIANT_ARMV92" +value { + bool_value: true +} |