summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2023-07-20 00:12:09 +0200
committerJoan Figueras2023-07-20 00:12:09 +0200
commit0f3e03d13f89e3b5019a60dca4347e393f061c2e (patch)
tree1780c84c7d9513b2a444b352ab37bcca0b1c6b2d
parent5390992ddcdbb10e1ee44627ddaa3b968c2a06a5 (diff)
downloadaur-0f3e03d13f89e3b5019a60dca4347e393f061c2e.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 b6c79187a94b..b73570436fef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -153,6 +153,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..."