summaryrefslogtreecommitdiff
path: root/system/build
diff options
context:
space:
mode:
author Dennis Shen <dzshen@google.com> 2024-06-04 17:34:42 +0000
committer Dennis Shen <dzshen@google.com> 2024-06-05 21:02:59 +0000
commit40e4abf0fbd27dd0b2c6b9cecf630d9311e67421 (patch)
treeb8fbecc3a6c4c7d58310eec87b3212b2ca573650 /system/build
parent3ac3486a1264ef4bf326ee321aed061e427134f4 (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.bp4
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",