summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Figueras2023-07-20 00:12:40 +0200
committerJoan Figueras2023-07-20 00:12:40 +0200
commitc3be738ef7b8f8a0eaf9a1f7d19650ce7e91fb79 (patch)
tree2947e26f35e906e3366749b2b61a7cbdce10812e /PKGBUILD
parent3247f5ee99a516fcb01ac8b68dd6d6a65ae11678 (diff)
downloadaur-c3be738ef7b8f8a0eaf9a1f7d19650ce7e91fb79.tar.gz
Enable BINDER in kernel image
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6c11920e549..062e859e934e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -152,6 +152,10 @@ prepare() {
scripts/config --enable CONFIG_IKCONFIG \
--enable CONFIG_IKCONFIG_PROC
+ # Requested by Alexandre Frade to fix issues in python-gbinder
+ scripts/config --enable CONFIG_ANDROID_BINDERFS
+ scripts/config --enable CONFIG_ANDROID_BINDER_IPC
+
# User set. See at the top of this file
if [ "$use_tracers" = "n" ]; then
msg2 "Disabling FUNCTION_TRACER/GRAPH_TRACER only if we are not compiling with clang..."