add aconfig_storage_stub as dynamic dependency for framework

There are some of the flag libraries are misused in framework. The flag
library is declared to some other container, like a mainline module, but
it is directly used in the framework. It won't cause issues in
production, since in production all the flags will be read_only. Now it
is blocking the speparation of reading flag locally in platform, and the
updatable part. Add the stub library here to make the build work, and
the system will work as it does currently.

Test: presubmit
Change-Id: I919814fb11b738145351004bd897bbdd564b510c
diff --git a/Android.bp b/Android.bp
index dc48668..94e5e33 100644
--- a/Android.bp
+++ b/Android.bp
@@ -396,6 +396,8 @@
         "ext",
         "framework-updatable-stubs-module_libs_api",
         "unsupportedappusage",
+        // TODO(b/379770939): remove prod version of flags from other containers in framework
+        "aconfig_storage_stub",
     ],
     sdk_version: "core_platform",
     static_libs: [