aboutsummaryrefslogtreecommitdiff
path: root/o-mr1/android-3.18/android-base-conditional.xml
blob: 36307685a6eb4fa67616e520edcb0a291010e2fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<kernel minlts="3.18.0" />

<!-- CONFIG_ANDROID_LOW_MEMORY_KILLER || (CONFIG_MEMCG && CONFIG_MEMCG_SWAP) -->
<group>
    <conditions>
        <config>
            <key>CONFIG_ANDROID_LOW_MEMORY_KILLER</key>
            <value type="bool">n</value>
        </config>
    </conditions>
    <config>
        <key>CONFIG_MEMCG</key>
        <value type="bool">y</value>
    </config>
    <config>
        <key>CONFIG_MEMCG_SWAP</key>
        <value type="bool">y</value>
    </config>
</group>
<group>
    <conditions>
        <config>
            <key>CONFIG_MEMCG</key>
            <value type="bool">n</value>
        </config>
    </conditions>
    <config>
        <key>CONFIG_ANDROID_LOW_MEMORY_KILLER</key>
        <value type="bool">y</value>
    </config>
</group>
<group>
    <conditions>
        <config>
            <key>CONFIG_MEMCG_SWAP</key>
            <value type="bool">n</value>
        </config>
    </conditions>
    <config>
        <key>CONFIG_ANDROID_LOW_MEMORY_KILLER</key>
        <value type="bool">y</value>
    </config>
</group>