From f7c23ba986767c50950c727385c81b715e158922 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Thu, 12 Sep 2019 20:57:42 +0200 Subject: [PATCH] Set first_api_level, this helps disable bpf requirements --- rw-system.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rw-system.sh b/rw-system.sh index 6c01839..947fca6 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -415,3 +415,5 @@ if [ -f /system/phh/secure ];then resetprop ro.adb.secure 1 setprop ctl.restart adbd fi + +setprop ro.product.first_api_level "$vndk"