move flag to build/release
Ignore-AOSP-First: the flag removal must happen in git_main vendor/google/release, and it needs to land with flag add in build/release at the same time. So have to do it in git_main first.
Test: m
Change-Id: Ic9591e1c65f3caefadd9678c422613e2d696f5bc
diff --git a/build_flags.scl b/build_flags.scl
index 807bce7..945e5d4 100644
--- a/build_flags.scl
+++ b/build_flags.scl
@@ -273,6 +273,9 @@
# when the VNDK is deprecated
flag("RELEASE_PLATFORM_VNDK_VERSION", ALL, "35", origin="aosp"),
+ # Control if we should read from new storage.
+ flag("RELEASE_READ_FROM_NEW_STORAGE", ALL, False, origin="google"),
+
# feature flag for removing legacy emoji font from system image.
flag("RELEASE_REMOVE_LEGACY_EMOJI_FONT", SYSTEM, False, origin="aosp"),