summaryrefslogtreecommitdiff
path: root/34/64/arm/source-based/config.json
blob: 5da2c2baf74e065c9176154b73f03fa90295304a (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
44
45
46
47
{
  "global": {
    "flags": {
      "advice_only": true
    }
  },
  "libbinder": [
    {
      "target_version": "current",
      "flags": {
        "allow_adding_removing_weak_symbols": true
      }
    }
  ],
  "libc++": [
    {
      "target_version": "current",
      "flags": {
        "allow_adding_removing_weak_symbols": true
      }
    }
  ],
  "libhidlbase": [
    {
      "target_version": "current",
      "flags": {
        "allow_adding_removing_weak_symbols": true
      }
    }
  ],
  "libui": [
    {
      "target_version": "current",
      "flags": {
        "allow_adding_removing_weak_symbols": true
      }
    }
  ],
  "libutils": [
    {
      "target_version": "current",
      "flags": {
        "allow_adding_removing_weak_symbols": true
      }
    }
  ]
}