summaryrefslogtreecommitdiff
path: root/34/64/x86/source-based/config.json
blob: 4c6e2715392ff0391eb5dc4977d8b7408a948142 (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
{
  "libnativewindow": [
    {
      "target_version": "current",
      "ignore_linker_set_keys": [
        "_ZN7android34AHardwareBuffer_isValidPixelFormatEj",
      ],
    },
    {
      "target_version": "35",
      "ignore_linker_set_keys": [
        "_ZN7android34AHardwareBuffer_isValidPixelFormatEj",
      ],
    },
  ],
  "libz": [
    {
      "target_version": "current",
      "ignore_linker_set_keys": [
        "_ZTI14internal_state"
      ]
    },
    {
      "target_version": "35",
      "ignore_linker_set_keys": [
        "_ZTI14internal_state"
      ]
    }
  ]
}