aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2022-02-07 18:55:16 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-02-07 18:55:16 +0000
commit4ca2ff98bfe8a65bc88590c6b372f59d2025be93 (patch)
tree0d2ffec5c699dd6db3d4b5f0e4642e5174fed477
parent23acefc28673b31f6bee5cd79cb5dde9d828c382 (diff)
parentd8cafe2a98c92c95ea6c1ba9d7972014ee6dc47c (diff)
downloadconfigs-4ca2ff98bfe8a65bc88590c6b372f59d2025be93.tar.gz
-rw-r--r--android-5.10/android-base-conditional.xml14
-rw-r--r--android-5.15/android-base-conditional.xml14
2 files changed, 28 insertions, 0 deletions
diff --git a/android-5.10/android-base-conditional.xml b/android-5.10/android-base-conditional.xml
index 404044d..53ea697 100644
--- a/android-5.10/android-base-conditional.xml
+++ b/android-5.10/android-base-conditional.xml
@@ -220,3 +220,17 @@
<value type="bool">y</value>
</config>
</group>
+
+<!-- CONFIG_INIT_STACK_ALL_ZERO requirement -->
+<group>
+ <conditions>
+ <config>
+ <key>CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO</key>
+ <value type="bool">y</value>
+ </config>
+ </conditions>
+ <config>
+ <key>CONFIG_INIT_STACK_ALL_ZERO</key>
+ <value type="bool">y</value>
+ </config>
+</group> \ No newline at end of file
diff --git a/android-5.15/android-base-conditional.xml b/android-5.15/android-base-conditional.xml
index c6e47d7..11d3d95 100644
--- a/android-5.15/android-base-conditional.xml
+++ b/android-5.15/android-base-conditional.xml
@@ -228,3 +228,17 @@
<value type="bool">y</value>
</config>
</group>
+
+<!-- CONFIG_INIT_STACK_ALL_ZERO requirement -->
+<group>
+ <conditions>
+ <config>
+ <key>CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO</key>
+ <value type="bool">y</value>
+ </config>
+ </conditions>
+ <config>
+ <key>CONFIG_INIT_STACK_ALL_ZERO</key>
+ <value type="bool">y</value>
+ </config>
+</group> \ No newline at end of file