summaryrefslogtreecommitdiff
path: root/34/64/arm64/source-based/config.json
diff options
context:
space:
mode:
Diffstat (limited to '34/64/arm64/source-based/config.json')
-rw-r--r--34/64/arm64/source-based/config.json27
1 files changed, 17 insertions, 10 deletions
diff --git a/34/64/arm64/source-based/config.json b/34/64/arm64/source-based/config.json
index 196e1ad..11be74b 100644
--- a/34/64/arm64/source-based/config.json
+++ b/34/64/arm64/source-based/config.json
@@ -1,11 +1,18 @@
{
- "libbinder_rpc_unstable": [
- {
- "target_version": "35",
- "ignore_linker_set_keys": [
- "ARpcServer_newBoundSocket",
- "ARpcServer_newInitUnixDomain"
- ]
- }
- ]
- } \ No newline at end of file
+ "libbinder_rpc_unstable": [
+ {
+ "target_version": "current",
+ "ignore_linker_set_keys": [
+ "ARpcServer_newBoundSocket",
+ "ARpcServer_newInitUnixDomain"
+ ]
+ },
+ {
+ "target_version": "35",
+ "ignore_linker_set_keys": [
+ "ARpcServer_newBoundSocket",
+ "ARpcServer_newInitUnixDomain"
+ ]
+ }
+ ]
+}