diff options
author | 2024-06-04 17:34:42 +0000 | |
---|---|---|
committer | 2024-06-05 21:02:59 +0000 | |
commit | 40e4abf0fbd27dd0b2c6b9cecf630d9311e67421 (patch) | |
tree | b8fbecc3a6c4c7d58310eec87b3212b2ca573650 /system/build | |
parent | 3ac3486a1264ef4bf326ee321aed061e427134f4 (diff) |
use new aconfig storage read api instead of server_configurable_flags
Bug: b/321077378
Test: m and avd
Flag: build.RELEASE_READ_FROM_NEW_STORAGE, com.android.providers.settings.storage_test_mission_1
Change-Id: I8abb57211d4dfa725785b10371f2b10c3b3587ca
Diffstat (limited to 'system/build')
-rw-r--r-- | system/build/Android.bp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/build/Android.bp b/system/build/Android.bp index 1292920110..fd6636b0c5 100644 --- a/system/build/Android.bp +++ b/system/build/Android.bp @@ -9,7 +9,9 @@ package { cc_defaults { name: "fluoride_defaults", - defaults: ["bluetooth_cflags"], + defaults: [ + "bluetooth_cflags", + ], cflags: [ "-DEXPORT_SYMBOL=__attribute__((visibility(\"default\")))", "-DLOG_NDEBUG=0", |