summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2023-07-20 00:13:15 +0200
committerJoan Figueras2023-07-20 00:13:15 +0200
commit584735851435eaebdba33d830a3a8f08cf98d04f (patch)
tree5dd74240ac8f1a55549aabfbb2bc656d4edd2380
parent76f6740422eb3ba376e93fe5ba106f16614faed1 (diff)
downloadaur-584735851435eaebdba33d830a3a8f08cf98d04f.tar.gz
Enable BINDER in kernel image
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc2131b180e9..59a1b1d4b9e8 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" = "y" ]; then
msg2 "Enabling CONFIG_FTRACE only if we are not compiling with clang..."