Skip to content
Snippets Groups Projects
Commit 247dda20 authored by Dennis Shen's avatar Dennis Shen
Browse files

switch over to use new storage read api instead of

server_configurable_flags, this new read api lib will be needed for new
codegened aconfig flag lib.

Bug: 321077378
Test m and avd

Change-Id: Ia345d4a798c1d7f1861512a3e9aa0ab5e72d407f
parent 9ddc39d8
No related branches found
No related tags found
No related merge requests found
......@@ -65,5 +65,6 @@ cc_test {
"libui",
"libutils",
"server_configurable_flags",
"libaconfig_storage_read_api_cc",
],
}
......@@ -17,6 +17,7 @@ cc_defaults {
shared_libs: [
"libSurfaceFlingerProp",
"server_configurable_flags",
"libaconfig_storage_read_api_cc",
],
static_libs: [
"librenderengine_includes",
......@@ -56,6 +57,7 @@ cc_defaults {
name: "libsurfaceflinger_common_deps",
shared_libs: [
"server_configurable_flags",
"libaconfig_storage_read_api_cc",
],
static_libs: [
"libsurfaceflinger_common",
......@@ -69,6 +71,7 @@ cc_defaults {
name: "libsurfaceflinger_common_test_deps",
shared_libs: [
"server_configurable_flags",
"libaconfig_storage_read_api_cc",
],
static_libs: [
"libsurfaceflinger_common_test",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment